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: "Car Care Chicago - Goodyear",
description: "Car Care Chicago is a Goodyear-certified tire and auto repair shop serving the Chicago area with comprehensive automotive services. They offer tire sales (Goodyear, Dunlop, and Kelly brands), routine maintenance including oil changes and tune-ups, and complex repairs such as brake service, engine repair, and steering/suspension work. They serve both personal vehicle owners and fleet management clients, with upfront estimates, flexible financing options, and a commitment to explaining every job to customers.",
url: "https://www.carcarechicago.com/",
telephone: "+1-312-225-5999",
address: {
@type: "PostalAddress",
streetAddress: "1806 S Wabash Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8575368,
longitude: -87.6260801
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "3440",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Personal vehicle owners needing routine maintenance, drivers requiring tire replacement, fleet managers, commercial vehicle operators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Goodyear Dealer"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet and Commercial Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing Available"
}
],
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.