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: "European Auto Body",
description: "European Auto Body specializes in collision repair and auto body work for all vehicle makes and models in Alexandria. Their experienced technicians handle dent removal, paintless dent repair, frame straightening, and comprehensive collision restoration. They work directly with insurance companies to streamline claims and repair processes.",
url: "http://alexandriaautobodyrepairs.com/",
telephone: "+1-571-257-1719",
address: {
@type: "PostalAddress",
streetAddress: "700 N Henry St",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22314",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8126207,
longitude: -77.0501165
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, accident victims with insurance claims, drivers seeking quality paintless dent removal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Direct Billing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Makes & Models"
}
],
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.