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: "VCA Blossom Hill Animal Hospital",
description: "VCA Blossom Hill Animal Hospital is a full-service veterinary clinic in San Jose offering comprehensive medical care, surgical services, and boarding for dogs and cats. As part of the VCA network, they provide preventive care, diagnostics, dental services, and emergency treatment with a team of experienced veterinarians committed to animal health and wellness.",
url: "https://vcahospitals.com/blossom-hill",
telephone: "+1-408-227-3717",
address: {
@type: "PostalAddress",
streetAddress: "1010 Blossom Hill Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2500658,
longitude: -121.8696476
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "137",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing boarding services, pets requiring surgical treatment or emergency care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive On-Site Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "VCA Hospital Network"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding Facilities Available"
}
],
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.