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: "Camp Bow Wow Stone Oak",
description: "Camp Bow Wow Stone Oak is a pet boarding and daycare facility in San Antonio that specializes in dog care services. The facility offers overnight boarding, doggy daycare, and grooming add-ons in a supervised, play-focused environment designed to keep dogs active and socialized. Camp Bow Wow is part of a national pet care franchise known for their Camps where dogs can interact with other dogs while their owners are away.",
url: "https://www.campbowwow.com/stone-oak/",
telephone: "+1-210-759-4525",
address: {
@type: "PostalAddress",
streetAddress: "20750 Stone Oak Pkwy",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78258",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.649721899999996,
longitude: -98.457993
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "389",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, traveling families, dogs needing socialization, pets requiring grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Supervised Play Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Services Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "National Franchise Standards"
}
],
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.