Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Eldorado Animal Hospital",
description: "Eldorado Animal Hospital is a full-service veterinary clinic in McKinney serving pets since 1998. Led by Dr. Susan Schoch and Dr. Cristin Connor, they provide comprehensive care including wellness exams, preventive care, surgical procedures, emergency services, diagnostic testing, and pet medications. They welcome walk-ins and offer drop-off appointments, prioritizing personalized one-on-one veterinary visits and keeping pet owners informed about their pet's health.",
url: "https://eldoradovets.com/",
telephone: "+1-972-529-1367",
address: {
@type: "PostalAddress",
streetAddress: "3170 Eldorado Pkwy",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75070",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1688147,
longitude: -96.6659277
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "441",
bestRating: "5"
},
areaServed: "McKinney, TX and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, emergency pet care needs, surgical procedures, preventive wellness programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Since 1998"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Appointment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery & Emergency Care"
}
],
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.