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: "LA Tires & Wheels",
description: "LA Tires & Wheels is a full-service tire and auto repair shop located on South Western Avenue in Los Angeles. They offer tire sales, installation, alignment services, and general auto repair work. The shop handles both tire replacements and mechanical services to keep your vehicle running smoothly.",
telephone: "+1-323-975-3173",
address: {
@type: "PostalAddress",
streetAddress: "2020 S Western Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0381126,
longitude: -118.3086776
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacements, wheel alignments, and general auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Establishment"
}
],
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.