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 Emergency Animal Hospital & Referral Center",
description: "VCA Emergency Animal Hospital & Referral Center is a 24/7 emergency veterinary facility in San Diego serving pets requiring urgent and critical care. As part of the VCA network, they provide emergency diagnostics, surgical services, and specialist referrals for complex cases. The hospital is equipped to handle traumatic injuries, acute illnesses, and life-threatening conditions around the clock.",
url: "https://vcahospitals.com/emergency",
telephone: "+1-619-299-2400",
address: {
@type: "PostalAddress",
streetAddress: "7675 Mission Valley Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7768833,
longitude: -117.1549215
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "398",
bestRating: "5"
},
areaServed: "San Diego and surrounding communities",
knowsAbout: "Veterinarians, Pet owners facing after-hours emergencies, owners of pets with critical injuries or acute illnesses, cases requiring specialist evaluation and surgical intervention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Surgical Capabilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialist Network"
}
],
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.