Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Independent Dent",
description: "Independent Dent specializes in paintless dent repair and auto body services for vehicles in the Oklahoma City area. This locally-owned shop uses specialized techniques to remove dents without repainting, preserving your vehicle's original finish and saving time and cost compared to traditional body shop methods. They handle collision damage, hail damage, and general dent removal with a focus on quality craftsmanship.",
url: "https://www.inddent.com/",
telephone: "+1-405-982-0341",
address: {
@type: "PostalAddress",
streetAddress: "1200 SE 34th St #38",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4293694,
longitude: -97.4895674
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Auto Body & Collision, Hail damage repair, collision damage restoration, dent removal without repainting",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
}
],
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.