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 Clinic of Verona",
description: "Animal Clinic of Verona is a full-service veterinary hospital serving Verona, Staunton, and Augusta County for over 18 years. They provide comprehensive medical, surgical, and dental care for small animals, supported by in-house diagnostics, on-site surgery facilities, digital x-ray capabilities, and their own pharmacy. The clinic offers wellness programs tailored to pets at every life stage, dental care to prevent health problems, and flexible appointment options including drop-off visits for busy schedules.",
url: "http://animalclinicofverona.com/",
telephone: "+1-540-248-6310",
address: {
@type: "PostalAddress",
streetAddress: "373 Lee Hwy",
addressLocality: "Verona",
addressRegion: "VA",
postalCode: "24482",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2002666,
longitude: -79.010195
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Verona, Staunton, Augusta County, and surrounding areas in Virginia's Shenandoah Valley",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive preventive care, families needing surgical services, busy professionals who prefer flexible appointment options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Pharmacy & Diagnostics"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Appointment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Life-Stage Wellness Programs"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.