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 Animal Medical Center of Southern California",
description: "VCA Animal Medical Center of Southern California is a full-service veterinary hospital in Los Angeles offering comprehensive care for cats and dogs. The facility provides routine examinations, preventive wellness plans through CareClub, emergency services with virtual waiting room capabilities, prescription refills, and online appointment scheduling. Part of the VCA animal hospitals network, they combine world-class medical expertise with personalized hometown care.",
url: "https://vcahospitals.com/animal-medical-center-southern-california",
telephone: "+1-310-575-5656",
address: {
@type: "PostalAddress",
streetAddress: "2340 S Sepulveda Blvd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0377618,
longitude: -118.43554639999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "180",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, emergency pet care, preventive wellness planning, families with multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Virtual Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "CareClub Wellness Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Management Tools"
}
],
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.