Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Just Tires",
description: "Just Tires is a full-service tire shop and auto repair facility in San Jose specializing in tire sales, installation, and alignment services. They carry a wide selection of tire brands and offer comprehensive auto repair services including brakes, oil changes, and general maintenance. With experienced technicians and competitive pricing, Just Tires serves both individual drivers and commercial fleet customers.",
url: "https://www.justtires.com/",
telephone: "+1-408-972-1100",
address: {
@type: "PostalAddress",
streetAddress: "995 Blossom Hill Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2509133,
longitude: -121.8675469
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "248",
bestRating: "5"
},
areaServed: "San Jose and surrounding Silicon Valley communities",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement, fleet managers, drivers requiring wheel alignment, routine maintenance customers",
additionalProperty: [
{
@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.