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 and Wheels",
description: "Tires and Wheels is a local tire shop and auto repair facility serving Los Angeles with tire sales, installation, and general car repair services. Located on South Western Avenue, they provide a range of automotive solutions for vehicle owners needing quality tires and maintenance work.",
telephone: "+1-323-826-4489",
address: {
@type: "PostalAddress",
streetAddress: "5128 S Western Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90062",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.996169699999996,
longitude: -118.30869810000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Tire Shops, Local vehicle owners needing affordable tire replacement, budget-conscious drivers seeking auto repair services, Los Angeles residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Shop Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Services"
}
],
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.