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: "Hill Family Pet Care",
description: "Hill Family Pet Care offers comprehensive pet services in Chicago, including overnight boarding (no crates—pets roam freely with overnight staff), structured daycare with trainer supervision and enrichment activities, professional grooming in a fully renovated studio, and luxury pet transportation via their dedicated bus. They specialize in personalized, customized care for dogs and cats, with a commitment to keeping pets physically and mentally engaged while their owners work or travel.",
url: "http://www.hillfamilypetcarechicago.com/",
telephone: "+1-224-471-0622",
address: {
@type: "PostalAddress",
streetAddress: "819 W Eastman St",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60642",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.907092299999995,
longitude: -87.64890369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "194",
bestRating: "5"
},
areaServed: "Chicago, IL",
knowsAbout: "Pet Boarding & Daycare, Busy Chicago professionals, working parents, pet owners taking vacations, dogs needing socialization and enrichment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Crate-Free Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pet Transportation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Trainer-Led 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.