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: "Tires Aguilar wheels",
description: "Tires Aguilar Wheels is a full-service tire shop located in Bethany, Oklahoma, specializing in tire sales, installation, and automotive repair services. They stock a wide selection of tires and offer professional installation, alignment, and related auto maintenance to keep vehicles running safely and smoothly.",
telephone: "+1-405-470-0948",
address: {
@type: "PostalAddress",
streetAddress: "6301 NW 39th Expy",
addressLocality: "Bethany",
addressRegion: "OK",
postalCode: "73008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.511761199999995,
longitude: -97.62433419999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Bethany, Oklahoma and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire replacement, vehicle owners seeking wheel alignment services, drivers requiring comprehensive auto repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Auto Repair"
}
],
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.