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: "A&A Tire Shop",
description: "A&A Tire Shop is an independent tire and auto repair service located on Chicago's West Side. They specialize in tire sales, installation, and wheel alignment, along with general auto repair services. With a focus on quality workmanship and customer service, A&A Tire Shop serves the local community with competitive pricing and reliable mechanical expertise.",
telephone: "+1-312-522-1731",
address: {
@type: "PostalAddress",
streetAddress: "1656 W Pershing Rd",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8234973,
longitude: -87.6675119
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Tire Shops, Local Chicago drivers, budget-conscious car owners, those needing tire replacement and alignment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.