Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "A-Tech Auto Repair",
description: "A-Tech Auto Repair is a full-service auto repair shop in Fresno specializing in maintenance, diagnostics, and repairs for both foreign and domestic vehicles. With a focus on quality workmanship and customer service, they handle everything from routine oil changes and brake service to complex engine diagnostics and transmission work. Their experienced technicians use modern equipment to get vehicles back on the road reliably and efficiently.",
url: "https://www.atechfresno.com/",
telephone: "+1-559-550-2585",
address: {
@type: "PostalAddress",
streetAddress: "1550 N Clark St",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7637724,
longitude: -119.78590059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "296",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, fleet owners, vehicle owners seeking trustworthy diagnostics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Diagnostics"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality Repairs"
}
],
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.