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: "Legacy Veterinary Clinic",
description: "Legacy Veterinary Clinic is a full-service veterinary hospital in Westminster providing comprehensive care for dogs, cats, and other pets. The clinic offers wellness exams, vaccinations, dental care, surgery, and pharmacy services, with a team of experienced veterinarians dedicated to preventive and emergency pet healthcare. They focus on building long-term relationships with pet owners to keep animals healthy throughout their lives.",
url: "https://legacyvetclinic.com/",
telephone: "+1-303-975-6200",
address: {
@type: "PostalAddress",
streetAddress: "6350 W 92nd Ave",
addressLocality: "Westminster",
addressRegion: "CO",
postalCode: "80031",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.8632956,
longitude: -105.0665363
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "372",
bestRating: "5"
},
areaServed: "Westminster and surrounding Denver metro areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing preventive wellness services, pet parents requiring surgical or dental care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Hospital"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Preparedness"
}
],
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.