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: "Denver Dents LLC",
description: "Denver Dents LLC is a full-service auto body repair shop in Englewood specializing in paintless dent repair (PDR) and hail damage repair across the Denver metro area. With 25 years of experience, they handle collision repair, mobile detailing, window tinting, and more, backed by a lifetime warranty on all work. They work directly with insurance companies on behalf of customers, offer free estimates, provide rental car coordination through Enterprise, and pride themselves on fast turnaround times and streamlined customer service.",
url: "https://denverdents.com/",
telephone: "+1-303-200-0476",
address: {
@type: "PostalAddress",
streetAddress: "4050 S Broadway",
addressLocality: "Englewood",
addressRegion: "CO",
postalCode: "80113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.642961,
longitude: -104.9872441
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "260",
bestRating: "5"
},
areaServed: "Denver Metro Area, including Englewood, Highlands Ranch, Lakewood, Arvada, Aurora, Westminster, and surrounding communities",
knowsAbout: "Auto Body & Collision, Hail damage victims, collision repair customers, vehicle owners seeking fast turnaround, insurance claimants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Lifetime Warranty on All 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.