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: "Dakota's Doggy Den",
description: "Dakota's Doggy Den is a pet care facility in Henderson offering overnight boarding and daycare services for dogs. With a 4.7-star rating from nearly 50 customers, the business provides a safe, supervised environment for pets while their owners are away or at work. The facility is expanding its presence in the Las Vegas area.",
url: "http://dakotasdoggyden.com/",
telephone: "+1-702-432-5682",
address: {
@type: "PostalAddress",
streetAddress: "828 Shoreview Dr",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0041292,
longitude: -114.96082570000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Henderson and Las Vegas, Nevada",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, travelers needing dog boarding, owners seeking daycare socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Daycare Services"
}
],
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.