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: "Lucky Dog Daycare",
description: "Lucky Dog Daycare offers doggy daycare, overnight boarding, and enrichment services specializing in structured socialization to help dogs build confidence and improve quality of life. Located in Sun Prairie, they provide a hands-on, dog-loving environment with a high dog-to-staff ratio ensuring safety and well-being. They offer additional services including grooming, free bathing facilities with hypoallergenic products on daycare days, and premium food and treats.",
url: "https://luckydog-daycare.com/",
telephone: "+1-608-249-5892",
address: {
@type: "PostalAddress",
streetAddress: "2855 Capitol Dr",
addressLocality: "Sun Prairie",
addressRegion: "WI",
postalCode: "53590",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.1552498,
longitude: -89.2701032
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "68",
bestRating: "5"
},
areaServed: "Sun Prairie and Dane County, WI",
knowsAbout: "Pet Boarding & Daycare, Dog owners seeking quality daycare and socialization, families needing reliable overnight boarding, dogs with socialization needs, busy pet parents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Structured Socialization Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "High Dog-to-Staff Ratio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Bathing on Daycare Days"
}
],
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.