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: "New-Used Tires",
description: "New-Used Tires is a tire shop in San Leandro offering both new and used tires for cars and vehicles. They provide tire sales, installation, and automotive services to local customers looking for affordable tire options and maintenance.",
telephone: "+1-510-363-9267",
address: {
@type: "PostalAddress",
streetAddress: "16825 E 14th St",
addressLocality: "San Leandro",
addressRegion: "CA",
postalCode: "94578",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.691132499999995,
longitude: -122.1088747
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "106",
bestRating: "5"
},
areaServed: "San Leandro and surrounding East Bay communities",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire buyers, Local San Leandro residents needing tire replacement and installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New and Used Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.