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: "Teloloapan Tire Shop",
description: "Teloloapan Tire Shop is a full-service auto repair and tire shop located in Chicago's Cermak corridor. They offer tire sales and installation, car repair services, and auto parts, serving the local community with reliable automotive maintenance and repair solutions.",
telephone: "+1-773-964-4812",
address: {
@type: "PostalAddress",
streetAddress: "3339 W Cermak Rd",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60623",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.851458,
longitude: -87.7092225
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding neighborhoods",
knowsAbout: "Tire Shops, Chicago drivers needing tire replacement, routine auto repairs, and automotive maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Auto Parts Availability"
}
],
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.