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: "Pet Paradise Stone Oak",
description: "Pet Paradise Stone Oak is a full-service pet care facility offering overnight boarding, doggy daycare, and grooming services for dogs and cats. Located in San Antonio, they provide a safe, supervised environment with outdoor play areas and optional add-on services to keep pets comfortable while owners are away.",
url: "https://www.petparadise.com/stone-oak.htm",
telephone: "+1-210-982-3445",
address: {
@type: "PostalAddress",
streetAddress: "22811 US-281",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78258",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.653722899999998,
longitude: -98.45105889999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "241",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, working professionals seeking daycare, pet owners going on vacation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dogs and Cats Welcome"
}
],
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.