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: "HBC Enterprise - Collision and Auto Body Solutions",
description: "HBC Enterprise is a collision and auto body repair shop in Concord, NC specializing in comprehensive vehicle restoration services. The team handles everything from minor dents and paint work to major structural repairs, frame damage, and full collision rebuilds. They work with insurance companies to streamline the claims process and restore vehicles to pre-accident condition.",
telephone: "+1-631-894-6413",
address: {
@type: "PostalAddress",
streetAddress: "4325 Republic Ct NW",
addressLocality: "Concord",
addressRegion: "NC",
postalCode: "28027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.421501899999996,
longitude: -80.64988369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Concord, NC and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, vehicle owners needing major collision repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision 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.