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: "Tire Merchants",
description: "Tire Merchants is a full-service tire shop in San Jose specializing in tire sales, installation, and automotive repair. They stock a wide selection of tire brands and offer professional installation, balancing, and alignment services. The shop also provides general auto repair services, making them a one-stop destination for vehicle maintenance and tire needs.",
telephone: "+1-408-292-1339",
address: {
@type: "PostalAddress",
streetAddress: "899 N 13th St",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3588869,
longitude: -121.8912151
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "164",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacement, Vehicles requiring wheel alignment, Budget-conscious auto maintenance seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
}
],
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.