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: "In & Out Auto Repair & Body Shop Inc",
description: "In & Out Auto Repair & Body Shop Inc is a full-service auto repair facility in Chicago offering comprehensive car maintenance, repairs, and body work. With expertise in both mechanical repairs and collision/body services, they handle everything from routine maintenance to major repairs and custom bodywork. Their experienced team serves Chicago's south side with reliable, quality automotive service.",
telephone: "+1-773-875-6606",
address: {
@type: "PostalAddress",
streetAddress: "5500 S Archer Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60638",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.7983744,
longitude: -87.7471298
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "220",
bestRating: "5"
},
areaServed: "Chicago, Illinois",
knowsAbout: "Auto Repair & Mechanics, Daily commuters needing reliable repairs, collision victims, vehicle owners seeking one-stop auto service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Expertise"
},
{
@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.