Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Just Tires",
description: "Just Tires is a tire retailer serving the Chicago area with a wide selection of tire brands and sizes for all vehicle types. Located on North Broadway, they offer tire sales, installation, and maintenance services to help customers find the right tires for their needs and budget.",
url: "https://www.justtires.com/",
telephone: "+1-773-334-5552",
address: {
@type: "PostalAddress",
streetAddress: "4809 N Broadway Suite 19 Ste 19",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60640",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.9695294,
longitude: -87.6592956
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "435",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Tire Shops, Chicago drivers needing tire replacement, vehicle owners seeking maintenance services, budget-conscious consumers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Brand Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chicago Location"
}
],
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.