Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dent Fix",
description: "Dent Fix is a San Diego-based auto body shop specializing in dent repair and collision damage restoration. They offer paintless dent removal, frame repair, and comprehensive auto body services to get vehicles back to pre-damage condition. With a focus on quality craftsmanship and customer satisfaction, Dent Fix handles everything from minor dings to major collision repairs.",
url: "https://dentfixsautobody.com/",
telephone: "+1-619-307-7478",
address: {
@type: "PostalAddress",
streetAddress: "4252 40th St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7542496,
longitude: -117.10958479999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, San Diego drivers needing collision repair, dent removal, accident damage restoration, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Removal"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.