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: "Villa Park Animal Clinic",
description: "Villa Park Animal Clinic is a full-service veterinary practice in Orange, CA dedicated to providing compassionate care for pets of all ages. They offer comprehensive services including preventive care, surgical procedures, dental cleaning, vaccinations, and emergency services. The clinic is committed to building strong relationships with pet owners and treating each animal as a valued family member.",
url: "http://www.villaparkanimalclinic.com/",
telephone: "+1-714-998-4322",
address: {
@type: "PostalAddress",
streetAddress: "17859 Santiago Blvd # A",
addressLocality: "Orange",
addressRegion: "CA",
postalCode: "92861",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.814915,
longitude: -117.82020700000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Orange and surrounding communities in Orange County, CA",
knowsAbout: "Veterinarians, Pet owners seeking routine veterinary care, surgical procedures, dental cleaning, and emergency pet medical services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.