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: "South Park Animal Hospital",
description: "South Park Animal Hospital is a privately owned, family-run veterinary practice in San Francisco led by Dr. Deepti Pal, DVM. They provide comprehensive veterinary care including wellness exams, vaccinations, dental care, surgery, dermatology, allergy testing, orthopedic services, and same-day urgent care for sick or injured pets. The hospital emphasizes personalized, compassionate care with advanced diagnostics and clear communication, treating both dogs and cats with attention to their individual needs and comfort.",
url: "https://www.southparkanimalhospitalsf.com/",
telephone: "+1-415-523-4404",
address: {
@type: "PostalAddress",
streetAddress: "598 2nd St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7819046,
longitude: -122.39262319999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "128",
bestRating: "5"
},
areaServed: "San Francisco, CA",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, owners of dogs and cats needing surgery or specialized treatment, families looking for urgent same-day appointments, senior pet owners requiring palliative care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Surgical Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Urgent Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care Philosophy"
}
],
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.