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: "Walnut Grove Pet Resort",
description: "Walnut Grove Pet Resort, run by the Powers family, offers overnight boarding in 16 climate-controlled suites with raised beds and individual outdoor runs, plus doggy daycare (full or half-day), adventure trail walks, and grooming services including baths, nail clipping, and ear cleaning. Located on beautiful countryside property with spacious fenced yards for exercise and play, the resort provides daily photo updates and prioritizes your pet's comfort and happiness with owners residing on-site.",
url: "https://www.walnutgrovepetresort.com/",
telephone: "+1-540-609-8420",
address: {
@type: "PostalAddress",
streetAddress: "124 Walnut Grv Dr",
addressLocality: "Verona",
addressRegion: "VA",
postalCode: "24482",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.236131,
longitude: -79.0216028
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Verona, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners seeking home-style boarding, families using daycare regularly, pets needing grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owners On-Site"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Amenities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Veteran & Rescue Discounts"
}
],
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.