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: "Kirk Tire Sales Co",
description: "Kirk Tire Sales Co is a Chicago-based tire shop and auto repair facility offering tire sales, installation, and general automotive services. Located on South Western Boulevard, they serve the local community with quality tire products and professional car repair work.",
telephone: "+1-773-927-1311",
address: {
@type: "PostalAddress",
streetAddress: "3601 S Western Blvd",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8281009,
longitude: -87.6839799
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Tire Shops, Chicago drivers needing tire replacement, regular vehicle maintenance, general auto repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@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.