Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Valley Ranch Pet Clinic",
description: "Valley Ranch Pet Clinic is a full-service veterinary hospital in Irving providing comprehensive medical care for dogs, cats, and other companion animals. The clinic offers wellness exams, vaccinations, dental care, surgery, and emergency services with a team of experienced veterinarians committed to personalized pet healthcare.",
url: "https://www.valleyranchpetclinic.com/",
telephone: "+1-972-556-1966",
address: {
@type: "PostalAddress",
streetAddress: "455 Cimarron Trail",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75063",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.93336,
longitude: -96.950936
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "393",
bestRating: "5"
},
areaServed: "Irving and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families with multiple pets, owners of dogs and cats needing surgical or dental services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Veterinary Hospital"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Veterinary Team"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.