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: "Wheel Works - Tully Rd",
description: "Wheel Works is a full-service tire shop and auto repair facility in San Jose offering tire sales, installation, wheel alignment, and general automotive repair services. They stock a wide selection of major tire brands and provide same-day service for most tire needs. The shop also features EV charging stations, making it a convenient stop for electric vehicle owners.",
url: "https://www.wheelworks.net/california/san-jose/1905-tully-rd/?cmp=oloc_google_localmaps_maps",
telephone: "+1-408-643-0946",
address: {
@type: "PostalAddress",
streetAddress: "1905 Tully Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95122",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.324415699999996,
longitude: -121.82366259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "450",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacements, EV owners seeking charging and tire service, customers wanting same-day automotive work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Tire Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charging Stations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair"
}
],
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.