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: "Tech3 Auto Repair and Performance",
description: "Tech3 Auto Repair and Performance is a full-service auto repair shop in San Jose specializing in both routine maintenance and performance upgrades. They handle general repairs, diagnostics, and custom performance work for domestic and foreign vehicles. With a 4.8-star rating from over 100 customers, they're known for reliable service and attention to detail.",
telephone: "+1-408-365-7888",
address: {
@type: "PostalAddress",
streetAddress: "70 Pullman Way",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.290411399999996,
longitude: -121.8490112
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "110",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, DIY enthusiasts seeking performance upgrades, daily drivers needing reliable maintenance, owners of foreign and domestic vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Performance Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Diagnostics"
}
],
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.