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: "Precision Transmissions",
description: "Precision Transmissions is a specialized auto repair shop in Milpitas focused on transmission repair and service for both foreign and domestic vehicles. With decades of experience in transmission diagnostics and rebuilding, they handle everything from routine transmission maintenance to complex rebuilds, serving the greater Silicon Valley area with reliable, quality workmanship.",
telephone: "+1-408-263-5477",
address: {
@type: "PostalAddress",
streetAddress: "1343 Minnis Cir",
addressLocality: "Milpitas",
addressRegion: "CA",
postalCode: "95035",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4494032,
longitude: -121.9121301
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Milpitas and surrounding Silicon Valley communities",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, drivers with transmission slipping or shifting issues, owners of high-mileage vehicles requiring transmission service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Experience"
}
],
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.