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: "Tires & Wheels",
description: "Tires & Wheels is a full-service tire shop and auto repair center in Los Angeles offering tire sales, installation, wheel services, and comprehensive auto repair. They stock a wide selection of tires and wheels for various vehicle types and provide professional installation and balancing services. The shop also handles general automotive maintenance and repairs to keep your vehicle running smoothly.",
url: "https://www.unitedautorc.com/",
telephone: "+1-323-345-3137",
address: {
@type: "PostalAddress",
streetAddress: "8916 Ellis Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.028943399999996,
longitude: -118.38997979999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "201",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire replacements, vehicle owners seeking auto repair services, drivers looking for wheel upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Selection"
}
],
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.