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: "Timing Auto Repair",
description: "Timing Auto Repair is an independent auto repair shop in South Salt Lake offering comprehensive vehicle maintenance and repair services. With a focus on honest diagnostics and quality workmanship, they handle everything from routine oil changes and brake service to engine diagnostics and transmission repairs. Their experienced team serves both domestic and foreign vehicles with a commitment to fair pricing and customer satisfaction.",
telephone: "+1-801-441-8691",
address: {
@type: "PostalAddress",
streetAddress: "3575s W Temple #5",
addressLocality: "South Salt Lake",
addressRegion: "UT",
postalCode: "84115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.693410899999996,
longitude: -111.89377970000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "52",
bestRating: "5"
},
areaServed: "South Salt Lake and surrounding Salt Lake Valley communities",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, families seeking reliable maintenance, owners of used vehicles needing diagnostics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Capability"
}
],
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.