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: "Carolina Dent Expert",
description: "Carolina Dent Expert specializes in paintless dent repair and auto body services for vehicles in the Lincolnton area. The shop handles dents, dings, and collision damage using advanced techniques to restore vehicles without repainting, preserving original factory finishes and maintaining resale value.",
telephone: "+1-828-313-7587",
address: {
@type: "PostalAddress",
streetAddress: "3587 Summerow Rd",
addressLocality: "Lincolnton",
addressRegion: "NC",
postalCode: "28092",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5499338,
longitude: -81.24315150000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Lincolnton, NC and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with dents and dings, collision damage repairs, resale-conscious car owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert 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.