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: "B&M Bodywerks Inc",
description: "B&M Bodywerks Inc is a full-service auto body and collision repair shop in Clearwater specializing in vehicle restoration and damage repair. The experienced team handles everything from minor dents and paint work to major collision repairs, frame straightening, and comprehensive bodywork. They work with insurance claims and deliver quality repairs using OEM parts to restore vehicles to pre-accident condition.",
telephone: "+1-727-678-1178",
address: {
@type: "PostalAddress",
streetAddress: "1668 N Hercules Ave unit B",
addressLocality: "Clearwater",
addressRegion: "FL",
postalCode: "33765",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9825251,
longitude: -82.7581771
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Clearwater and surrounding Pinellas County areas",
knowsAbout: "Auto Body & Collision, Accident victims needing insurance claim assistance, vehicle owners seeking collision repair, fleet managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "OEM Parts & Frame Repair"
}
],
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.