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 Ridge Kennels",
description: "Sunny Ridge Kennels is a family-owned pet boarding facility in Mt. Crawford, VA, operated by Katie and Dustin Shull since 2024. They offer spacious indoor/outdoor dog kennels with climate control and two daily outdoor play sessions, plus double-size cat condos designed for comfort and security. With onsite owners living on the seven-acre property, they provide personalized care and daily attention to every pet, creating a peaceful country setting away from city noise.",
url: "https://srkennels.com/",
telephone: "+1-540-234-9359",
address: {
@type: "PostalAddress",
streetAddress: "5501 Sunny Ridge Dr",
addressLocality: "Mt Crawford",
addressRegion: "VA",
postalCode: "22841",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3098485,
longitude: -78.854518
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "112",
bestRating: "5"
},
areaServed: "Mt. Crawford, VA and Shenandoah Valley region",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for extended trips, families with multiple pets, owners of high-energy dogs, cat owners seeking personalized attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Onsite Owner Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Peaceful Country Setting"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.