Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Discount Tire",
description: "Discount Tire is a major tire retailer offering a wide selection of tires for cars, trucks, and SUVs at competitive prices. Located in Oak Lawn, they provide tire sales, installation, balancing, and wheel alignment services. Known for carrying all major tire brands and offering road hazard warranty protection on purchases.",
url: "https://www.discounttire.com/store/il/oak-lawn/s/1702",
telephone: "+1-708-233-9026",
address: {
@type: "PostalAddress",
streetAddress: "6635 W 95th St",
addressLocality: "Oak Lawn",
addressRegion: "IL",
postalCode: "60453",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.7191324,
longitude: -87.7866715
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "1320",
bestRating: "5"
},
areaServed: "Oak Lawn and surrounding Chicago suburbs",
knowsAbout: "Tire Shops, Budget-conscious drivers, truck and SUV owners, drivers needing multiple tire services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Major Brands"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Road Hazard Warranty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Installation"
}
],
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.