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: "San Tan Animal Hospital",
description: "San Tan Animal Hospital is a full-service veterinary clinic in Queen Creek providing comprehensive pet care including wellness exams, preventive care, surgical procedures, diagnostic testing, and emergency urgent care. An AAHA-accredited facility since 2015, they treat dogs, cats, and other pets with a focus on the family-pet bond. The hospital offers online appointment booking, pet portal access, pharmacy services, and pet food ordering for convenient ongoing care.",
url: "https://santanvet.com/",
telephone: "+1-480-656-8922",
address: {
@type: "PostalAddress",
streetAddress: "21321 E Ocotillo Rd #119",
addressLocality: "Queen Creek",
addressRegion: "AZ",
postalCode: "85142",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.247310399999996,
longitude: -111.6227507
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "1868",
bestRating: "5"
},
areaServed: "Queen Creek, AZ and surrounding communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing emergency pet services, pets requiring surgical procedures, preventive wellness-focused pet parents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "AAHA Accredited Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Urgent Care Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
}
],
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.