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: "DoGone Fun Resort",
description: "DoGone Fun Resort is a full-service dog care facility in Chicago offering overnight boarding, daycare, grooming, and training services for dogs of all sizes. Located on South State Street, the facility provides a safe, supervised environment where dogs can play, socialize, and receive professional care whether their owners are away for a day or an extended trip.",
url: "https://www.dogonefunresort.com/",
telephone: "+1-312-765-9364",
address: {
@type: "PostalAddress",
streetAddress: "1717 S State St",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8586868,
longitude: -87.62689449999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "177",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Busy professionals, traveling pet owners, dogs needing socialization and training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Staff"
}
],
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.