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: "Doggie Zen Den",
description: "Doggie Zen Den is a pet boarding and care facility in Plano offering overnight boarding, daycare, and grooming services for dogs. The facility provides a safe, comfortable environment where pets receive attentive care and socialization while their owners are away. They combine boarding services with grooming add-ons and maintain a focus on pet wellness and comfort.",
url: "http://www.doggiezenden.com/",
telephone: "+1-972-747-0222",
address: {
@type: "PostalAddress",
streetAddress: "2257 Ridgeview Dr",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75025",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1162419,
longitude: -96.7348073
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "138",
bestRating: "5"
},
areaServed: "Plano, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, business travelers with dogs, owners seeking grooming services, dogs requiring socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wellness-Focused 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.