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: "Nashville Dent Company *mobile service*",
description: "Nashville Dent Company is a mobile auto body repair service based in Mt. Juliet that specializes in paintless dent removal for cars, trucks, and other vehicles. They come directly to your location—home, work, or anywhere convenient—to repair dents, dings, and minor damage without repainting. Their paintless dent repair process preserves your vehicle's original factory finish and offers faster turnaround than traditional body shop methods.",
telephone: "+1-615-499-9484",
address: {
@type: "PostalAddress",
streetAddress: "1603 W Wilson Blvd",
addressLocality: "Mt. Juliet",
addressRegion: "TN",
postalCode: "37122",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2088246,
longitude: -86.5531561
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Mt. Juliet, Nashville, and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with dents and dings, busy professionals, fleet managers, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service to Your Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Removal"
}
],
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.