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: "Rocky Mountain Dent Removers",
description: "Rocky Mountain Dent Removers specializes in paintless dent repair for vehicles in West Jordan and surrounding areas. With a perfect 5-star rating, they offer professional dent removal services that restore vehicle appearance without repainting. Their experienced technicians handle everything from minor dings to major dents using specialized techniques.",
telephone: "+1-307-920-8303",
address: {
@type: "PostalAddress",
streetAddress: "6908 Mineral Mt Dr",
addressLocality: "West Jordan",
addressRegion: "UT",
postalCode: "84081",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.625678,
longitude: -112.03375
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "West Jordan, UT and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with dents from collisions, hail damage, or minor impacts, Insurance claim holders, Fleet managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated Service"
}
],
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.