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: "Drigger's Auto Body",
description: "Drigger's Auto Body is a full-service auto body repair shop located in Jacksonville specializing in collision repair, dent removal, and vehicle restoration. The team handles everything from minor dents and paint work to major structural damage, helping customers get their vehicles back on the road safely and looking like new.",
telephone: "+1-904-632-1938",
address: {
@type: "PostalAddress",
streetAddress: "3526 N Pearl St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3604185,
longitude: -81.6578984
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, drivers with minor dents or paint damage, insurance claim customers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville 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.