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: "Mesa Veterinary Hospital",
description: "Mesa Veterinary Hospital in Golden provides comprehensive veterinary care for dogs, cats, and other pets, including preventive wellness exams, dental cleanings, surgical procedures, and emergency services. The hospital features on-site surgical facilities and a team of experienced veterinarians dedicated to personalized pet care. They offer wellness plans to help pet owners manage preventive care costs and maintain their animals' long-term health.",
url: "http://www.yourmesavet.com/",
telephone: "+1-303-237-9542",
address: {
@type: "PostalAddress",
streetAddress: "2525 Youngfield St",
addressLocality: "Golden",
addressRegion: "CO",
postalCode: "80401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.753693399999996,
longitude: -105.1427605
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "401",
bestRating: "5"
},
areaServed: "Golden, CO and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families wanting preventive wellness plans, pets needing surgical procedures, emergency pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive Wellness Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Extended 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.