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: "AZ Dent Pro",
description: "AZ Dent Pro specializes in paintless dent repair and auto body restoration for vehicles of all makes and models in the Pompano Beach area. Their experienced technicians use advanced techniques to remove dents, dings, and minor damage without requiring repainting, preserving your vehicle's original finish and resale value. They offer free estimates and work efficiently to get you back on the road quickly.",
url: "https://azdentpro.com/",
telephone: "+1-754-366-1186",
address: {
@type: "PostalAddress",
streetAddress: "1241 North Diexe Highway # 2",
addressLocality: "Pompano Beach",
addressRegion: "FL",
postalCode: "33060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.243671199999998,
longitude: -80.12328749999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Pompano Beach, Fort Lauderdale, and surrounding South Florida communities",
knowsAbout: "Auto Body & Collision, Vehicle owners with dents and dings, insurance claim filers, cost-conscious car owners, fleet managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quick 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.