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: "Affordable Pet Care",
description: "Affordable Pet Care is a veterinary clinic in San Antonio dedicated to providing quality, budget-friendly pet healthcare. They offer comprehensive veterinary services including wellness exams, vaccinations, and preventive care for dogs, cats, and other pets. Their mission is to make veterinary care accessible to all pet owners in the community.",
telephone: "+1-210-951-4265",
address: {
@type: "PostalAddress",
streetAddress: "1362 Basse Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.487828300000004,
longitude: -98.5071966
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "13",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Veterinarians, Budget-conscious pet owners, families seeking routine veterinary care, pet owners needing preventive wellness services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Budget-Friendly Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.