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: "Salinas Auto Repair",
description: "Salinas Auto Repair is an independent auto repair shop in Fresno specializing in general vehicle maintenance and repair services. With a focus on quality workmanship and customer satisfaction, they handle a wide range of automotive repairs for both domestic and foreign vehicles. Their experienced technicians provide reliable service to keep your vehicle running smoothly.",
telephone: "+1-559-577-5207",
address: {
@type: "PostalAddress",
streetAddress: "2108 E McKinley Ave unit b",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.764556,
longitude: -119.78578709999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing reliable maintenance, budget-conscious drivers, owners of domestic and foreign vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Auto 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.