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: "Central Park Auto",
description: "Central Park Auto is a full-service auto repair shop in Aurora specializing in comprehensive vehicle maintenance and repair for both domestic and foreign cars. The shop offers everything from routine oil changes and brake service to transmission repair and electrical diagnostics, along with used vehicle sales. Their experienced technicians handle general maintenance, tune-ups, and complex repairs with a focus on quality work and customer transparency.",
url: "https://www.centralparkautoshop.com/",
telephone: "+1-303-321-8880",
address: {
@type: "PostalAddress",
streetAddress: "9650 E 25th Ave",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80010",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7526207,
longitude: -104.8755705
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "104",
bestRating: "5"
},
areaServed: "Aurora and surrounding Denver metro areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters needing reliable maintenance, used car buyers, owners of high-mileage vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Used Vehicle Sales"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
}
],
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.