Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Convenience Auto Repair",
description: "Convenience Auto Repair is a full-service auto repair shop in Provo specializing in maintenance, repairs, and diagnostics for all vehicle types. They offer a wide range of services including oil changes, brake service, tire work, engine diagnostics, and general mechanical repairs. Their experienced technicians work on both foreign and domestic vehicles, providing reliable service for customers seeking convenient local auto care.",
url: "https://convenienceautorepair.com/",
telephone: "+1-385-789-6176",
address: {
@type: "PostalAddress",
streetAddress: "396 1100 W",
addressLocality: "Provo",
addressRegion: "UT",
postalCode: "84601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.2286295,
longitude: -111.6785627
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Provo and surrounding Utah County communities",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, vehicle owners seeking routine maintenance, drivers needing brake or tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Expertise"
}
],
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.