Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Aborn Pet Clinic",
description: "Aborn Pet Clinic is a veterinary care facility in San Jose offering comprehensive pet health services for dogs, cats, and other animals. The clinic provides routine wellness exams, vaccinations, surgical procedures, and dental care in a full-service setting. With over 500 customer reviews, they serve as a trusted local veterinary provider for pet owners throughout the San Jose area.",
telephone: "+1-408-270-4600",
address: {
@type: "PostalAddress",
streetAddress: "2525 Aborn Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95148",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3130472,
longitude: -121.7998987
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "508",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking routine preventive care, Pet owners needing surgical or dental services, Families looking for an established local veterinary practice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Veterinary Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
}
],
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.