Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Doggie Pawz Playhouse",
description: "Doggie Pawz Playhouse is a pet care facility in Chattanooga offering dog boarding and daycare services. Located on TN-58, this local business provides a safe, supervised environment for dogs while their owners are away or at work. With a focus on animal care and socialization, they cater to pet owners seeking reliable, attentive care for their furry companions.",
telephone: "+1-423-304-8485",
address: {
@type: "PostalAddress",
streetAddress: "4613 TN-58",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.086315,
longitude: -85.19294649999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing day care or boarding, busy professionals, vacationing families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Pet Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chattanooga Business"
}
],
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.