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: "Precise Auto Repair",
description: "Precise Auto Repair is an independent auto repair shop in Santa Clara specializing in general maintenance, repairs, and diagnostics for both domestic and foreign vehicles. With a focus on honest service and fair pricing, they handle everything from oil changes and brake service to engine work and transmission repair, serving Santa Clara and surrounding communities.",
telephone: "+1-408-988-8860",
address: {
@type: "PostalAddress",
streetAddress: "1829 Walsh Ave",
addressLocality: "Santa Clara",
addressRegion: "CA",
postalCode: "95050",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3705558,
longitude: -121.95815970000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "205",
bestRating: "5"
},
areaServed: "Santa Clara and surrounding Silicon Valley communities",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners seeking reliable repairs, budget-conscious drivers wanting fair pricing, owners of both foreign and domestic vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.