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: "Animal Hospital On Route 66",
description: "Animal Hospital On Route 66 is a full-service veterinary clinic in Cicero offering comprehensive medical care, surgery, dental services, and boarding for dogs, cats, and other pets. With over 340 reviews and a commitment to compassionate care, they provide preventive wellness exams, vaccinations, surgical procedures, dental cleanings, and safe boarding facilities for pet owners in the Chicagoland area.",
url: "http://www.animalhospitalonroute66.com/",
telephone: "+1-708-669-6666",
address: {
@type: "PostalAddress",
streetAddress: "6045 Ogden Ave",
addressLocality: "Cicero",
addressRegion: "IL",
postalCode: "60804",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.833081299999996,
longitude: -87.77532459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "340",
bestRating: "5"
},
areaServed: "Cicero, IL and surrounding Chicagoland communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing boarding services, pets requiring surgery or dental care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Hospital"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pet Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.