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: "Bridgeport Auto Body Shop",
description: "Bridgeport Auto Body Shop is an independent auto body repair facility located in Chicago's Bridgeport neighborhood, serving the local community with collision repair and vehicle restoration services. With a 4-star rating from 25 reviews, the shop handles dent removal, paint work, and structural repairs for vehicles of various makes and models. They're known for personalized service and direct customer relationships without corporate overhead.",
telephone: "+1-773-869-0884",
address: {
@type: "PostalAddress",
streetAddress: "907 W 35th St",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8306128,
longitude: -87.6481605
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Chicago and surrounding South Side neighborhoods",
knowsAbout: "Auto Body & Collision, Local vehicle owners needing affordable collision repair, independent shop advocates, Bridgeport and South Side residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.