Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Classic Collision Center Inc",
description: "Classic Collision Center Inc is an auto body repair shop located on South Chicago Avenue in Chicago. They provide collision repair services for vehicles damaged in accidents, offering body work and related restoration services. As an independent local repair facility, they serve Chicago's South Side community with hands-on auto body expertise.",
telephone: "+1-773-731-9191",
address: {
@type: "PostalAddress",
streetAddress: "8583 S South Chicago Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60617",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.7390219,
longitude: -87.5679009
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "191",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding South Side neighborhoods",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, accident damage restoration, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Collision Damage Restoration"
}
],
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.