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: "Hoffman Collision Inc.",
description: "Hoffman Collision Inc. is a full-service auto body and collision repair shop in Madison, TN, specializing in accident damage restoration, dent repair, and frame straightening for all vehicle types. The shop offers comprehensive services including paintless dent repair, custom paint matching, and structural repairs, backed by certified technicians and modern equipment. Hoffman Collision also coordinates with insurance companies and provides rental car assistance to get customers back on the road quickly.",
url: "https://www.hoffmanautocenter.com/",
telephone: "+1-615-865-5404",
address: {
@type: "PostalAddress",
streetAddress: "650 E Old Hickory Blvd",
addressLocality: "Madison",
addressRegion: "TN",
postalCode: "37115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2630777,
longitude: -86.69724819999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "563",
bestRating: "5"
},
areaServed: "Madison, TN and surrounding Nashville metropolitan area",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, vehicle owners needing dent removal, drivers requiring frame or structural repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Technicians"
}
],
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.