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: "Prime Tires",
description: "Prime Tires is a local tire shop serving Los Angeles with professional tire sales, installation, and automotive repair services. Located on Normandie Ave, they handle tire replacements, wheel services, and general car maintenance for everyday drivers needing reliable, affordable tire solutions and vehicle care.",
telephone: "+1-323-305-1750",
address: {
@type: "PostalAddress",
streetAddress: "6400 Normandie Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90044",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9810745,
longitude: -118.30011869999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Local commuters, Vehicle owners needing tire replacement and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
}
],
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.