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: "Los Amigos Tires",
description: "Los Amigos Tires is a full-service tire shop and auto repair facility in Oklahoma City offering tire sales, installation, alignment, and general automotive repair services. With a strong reputation built on quality service and competitive pricing, they serve both individual car owners and commercial fleet customers looking for reliable tire solutions and maintenance work.",
telephone: "+1-405-438-5498",
address: {
@type: "PostalAddress",
streetAddress: "6101 S Western Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73139",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4049891,
longitude: -97.5306784
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "209",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement and maintenance, commercial fleet managers, customers seeking honest auto repair at competitive prices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet & Commercial Support"
}
],
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.