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: "Carrillo Tires & Wheels",
description: "Carrillo Tires & Wheels is a full-service tire shop and auto repair facility in Oklahoma City specializing in tire sales, installation, and wheel services. With over 300 customer reviews, they offer a range of automotive services including tire replacement, repairs, and wheel work. They serve as a one-stop shop for drivers needing quality tires and related automotive maintenance.",
telephone: "+1-405-670-0071",
address: {
@type: "PostalAddress",
streetAddress: "1237 SE 29th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4355955,
longitude: -97.489148
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "321",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement, budget-conscious vehicle owners, local commuters seeking convenient tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tire & Wheel Services"
},
{
@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.