Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 48 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dog Daycare & Boarding",
description: "This Roselle-based dog daycare and boarding facility provides supervised daytime care and overnight boarding services for dogs. The business offers a safe environment where dogs can socialize and play while their owners are at work or away.",
address: {
@type: "PostalAddress",
addressLocality: "Roselle",
addressRegion: "IL",
postalCode: "60172",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.9978523,
longitude: -88.058544
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Roselle, IL and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, travelers needing overnight boarding, dogs needing socialization and supervised play",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Dog Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Roselle 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.