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: "Classic Collision",
description: "Classic Collision Potomac Creek is a full-service auto body and collision repair shop in Fredericksburg, VA, specializing in accident damage restoration, frame repair, and glass replacement. They offer free estimates, tow assistance, and rental car coordination to make the repair process seamless. Backed by a lifetime warranty on repairs and certified technicians, Classic Collision serves both individual vehicle owners and fleet customers.",
url: "https://classiccollision.com/locations/classic-collision-potomac-creek/",
telephone: "+1-540-288-3200",
address: {
@type: "PostalAddress",
streetAddress: "45 Potomac Creek Dr",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3807847,
longitude: -77.4425055
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "234",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, fleet operators, drivers needing same-day glass replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Lifetime Warranty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Tow Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Rental Assistance"
}
],
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.