Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Barking Lot Of Wheaton",
description: "The Barking Lot Of Wheaton is a dog boarding and daycare facility in Wheaton offering safe, supervised care for dogs of all sizes. The facility provides overnight boarding for extended trips and daily doggy daycare for working pet owners, with outdoor play areas and experienced staff dedicated to keeping dogs active and comfortable while their owners are away.",
telephone: "+1-630-752-1612",
address: {
@type: "PostalAddress",
streetAddress: "2201 N Gary Ave",
addressLocality: "Wheaton",
addressRegion: "IL",
postalCode: "60187",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.888210799999996,
longitude: -88.1210191
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "437",
bestRating: "5"
},
areaServed: "Wheaton and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners needing daily daycare, Pet owners traveling and requiring overnight boarding, Multi-dog households seeking supervised socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Daily Doggy Daycare"
}
],
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.