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: "405 Dent Co.",
description: "405 Dent Co. specializes in paintless dent repair and auto body work for vehicles in the Oklahoma City area. They focus on removing dents and dings without traditional bodywork, preserving your vehicle's original paint and finish while delivering fast, cost-effective repairs.",
url: "https://www.405dentco.com/",
telephone: "+1-405-343-8002",
address: {
@type: "PostalAddress",
streetAddress: "113 NE 36th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5081427,
longitude: -97.5094999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with dents and dings, insurance claim filers, fleet managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fast 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.