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: "South Side Auto Collision",
description: "South Side Auto Collision is a full-service auto body repair shop located in Chicago's South Side, specializing in collision damage, dent repair, and frame work. With over 57 customer reviews, they handle everything from minor fender benders to major structural repairs, serving the local community with experienced technicians and reliable service.",
telephone: "+1-773-306-0307",
address: {
@type: "PostalAddress",
streetAddress: "5800 S Ashland Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60636",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.788411499999995,
longitude: -87.6648257
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "57",
bestRating: "5"
},
areaServed: "Chicago and surrounding South Side neighborhoods",
knowsAbout: "Auto Body & Collision, Chicago South Side residents, daily commuters, commercial fleet owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.