Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rich's Tires #3",
description: "Rich's Tires #3 is a full-service tire shop and auto repair facility in San Jose offering tire sales, installation, wheel alignment, and comprehensive auto repair services. With a focus on quality products and expert service, they stock major tire brands and provide same-day service for customers needing quick turnarounds. The shop serves both individual drivers and commercial fleet customers looking for reliable tire solutions and automotive maintenance.",
url: "https://richstiressanjose3.com/",
telephone: "+1-408-298-8290",
address: {
@type: "PostalAddress",
streetAddress: "2500 Monterey Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2997026,
longitude: -121.8568615
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "San Jose and surrounding South Bay communities",
knowsAbout: "Tire Shops, Individual car owners needing tire replacement, drivers seeking same-day service, commercial fleet managers, drivers requiring wheel alignment and auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet Services Available"
}
],
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.