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: "Tire Depot",
description: "Tire Depot is a locally-owned tire shop in Oklahoma City offering a wide selection of tires for cars, trucks, and SUVs, along with professional installation and wheel alignment services. They stock major tire brands and provide same-day service to get customers back on the road quickly. With over a decade of experience, Tire Depot is known for competitive pricing and reliable automotive tire solutions.",
url: "http://tiredepotokc.com/",
telephone: "+1-405-943-8473",
address: {
@type: "PostalAddress",
streetAddress: "4628 NW 10th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.478566199999996,
longitude: -97.60484650000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "111",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, commercial vehicle owners, customers needing same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Major Brand Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Available"
}
],
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.