Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Pampered Pooch Pet Resort",
description: "The Pampered Pooch Pet Resort in Brentwood offers comprehensive pet care services including boarding, grooming, and daycare for dogs. The facility provides a safe, comfortable environment with trained staff dedicated to keeping pets happy and well-cared-for while their owners are away or at work.",
url: "https://pamperedpoochpetresort.com/",
telephone: "+1-615-618-9509",
address: {
@type: "PostalAddress",
streetAddress: "904 Bluff Rd",
addressLocality: "Brentwood",
addressRegion: "TN",
postalCode: "37027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0013595,
longitude: -86.70156630000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Brentwood and surrounding Nashville area",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing boarding or daycare, pet parents wanting professional grooming, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pet Resort"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Trained Staff Care"
}
],
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.