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: "Sunny Oaks Pet Resort",
description: "Sunny Oaks Pet Resort is a five-acre pet boarding and daycare facility in Boerne offering spacious suites, dog boarding, dog daycare, and grooming services. The resort provides a serene retreat with abundant oak trees, outdoor play areas, and shade for dogs to explore and relax. Cat boarding is coming soon, and new clients receive their first boarding night free with a minimum three-night stay.",
url: "http://www.sunnyoakspetresort.com/",
telephone: "+1-830-443-4507",
address: {
@type: "PostalAddress",
streetAddress: "341 Ammann Rd",
addressLocality: "Boerne",
addressRegion: "TX",
postalCode: "78015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.78287,
longitude: -98.6269366
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "247",
bestRating: "5"
},
areaServed: "Boerne, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing boarding or daycare, families planning vacations, owners wanting professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Five-Acre Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "New Client Promotion"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.