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: "Thompson's Auto Body",
description: "Thompson's Auto Body is a full-service collision repair shop in Madison Heights specializing in restoring vehicles to pre-accident condition. The team handles everything from minor dents and paint work to major structural damage, using quality parts and proven repair techniques. They work directly with insurance companies to streamline the claims process for customers.",
telephone: "+1-434-528-0900",
address: {
@type: "PostalAddress",
streetAddress: "5408 S Amherst Hwy",
addressLocality: "Madison Heights",
addressRegion: "VA",
postalCode: "24572",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4236473,
longitude: -79.13271700000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Madison Heights, VA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, customers with insurance claims, drivers seeking quality restoration work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
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.