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: "El Cajon Valley Veterinary Hospital",
description: "El Cajon Valley Veterinary Hospital is a full-service veterinary clinic in El Cajon providing comprehensive care for dogs, cats, and other pets. The hospital offers wellness exams, vaccinations, dental care, surgery, microchipping, and laboratory diagnostics in a compassionate, state-of-the-art facility. With experienced veterinarians and a dedicated team, they focus on building long-term relationships with pet owners to keep their animals healthy and happy.",
url: "http://www.ecvvh.com/",
telephone: "+1-619-444-9491",
address: {
@type: "PostalAddress",
streetAddress: "560 N Johnson Ave",
addressLocality: "El Cajon",
addressRegion: "CA",
postalCode: "92020",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.801187999999996,
longitude: -116.971531
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "848",
bestRating: "5"
},
areaServed: "El Cajon and surrounding San Diego County communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families with multiple pets, pet owners needing surgical services, those wanting preventive wellness programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Surgical Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive & Emergency 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.