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: "Kozy Kennels",
description: "Kozy Kennels is a pet boarding facility in Joliet, IL that provides safe, comfortable care for dogs and cats while their owners are away. Located at 18155 Farrell Rd, the facility offers overnight boarding with experienced staff trained in pet handling and basic care needs. They specialize in creating a home-like environment where pets receive daily attention and supervision.",
url: "https://www.kozykennels.net/",
telephone: "+1-815-723-9292",
address: {
@type: "PostalAddress",
streetAddress: "18155 Farrell Rd",
addressLocality: "Joliet",
addressRegion: "IL",
postalCode: "60432",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.5568526,
longitude: -88.0243074
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "63",
bestRating: "5"
},
areaServed: "Joliet, IL and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away for extended periods, families needing reliable overnight pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Pet Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.