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: "Brakes Plus",
description: "Brakes Plus is a full-service automotive repair shop specializing in brake service, tire sales and maintenance, oil changes, and general vehicle repairs. Located in Aurora, this shop serves customers with both domestic and foreign vehicles, offering same-day service and free estimates to get you back on the road quickly.",
url: "https://www.brakesplus.com/stores/aurora/co/0133/?storenum=0133",
telephone: "+1-303-307-1727",
address: {
@type: "PostalAddress",
streetAddress: "3571 Tower Rd",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80011",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7664918,
longitude: -104.7729097
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "1691",
bestRating: "5"
},
areaServed: "Aurora and surrounding Denver metro areas",
knowsAbout: "Auto Repair & Mechanics, Drivers needing brake service, tire replacements, routine maintenance, budget-conscious vehicle owners seeking reliable repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Brake Specialist Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.