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: "Minor Dent Repair",
description: "Minor Dent Repair specializes in paintless dent removal for vehicles in Nashville, offering quick turnaround and affordable solutions for dents, dings, and minor damage without repainting. Located on Gallatin Pike, they focus on restoring your vehicle's appearance while preserving the original factory finish. Their experienced technicians handle everything from parking lot dings to hail damage efficiently.",
telephone: "+1-615-678-7077",
address: {
@type: "PostalAddress",
streetAddress: "3208 Gallatin Pike",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2066282,
longitude: -86.7359795
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with minor dents, Hail damage victims, Budget-conscious drivers, Fleet managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quick Turnaround"
}
],
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.