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: "5 star collision center",
description: "5 Star Collision Center is a full-service auto body shop in Fredericksburg specializing in collision repair, dent removal, and vehicle restoration. The shop handles everything from minor dents and paint work to major structural damage, serving both insurance claim repairs and private customer projects. Their experienced team is committed to restoring vehicles to pre-accident condition with quality workmanship.",
telephone: "+1-540-538-2563",
address: {
@type: "PostalAddress",
streetAddress: "302 Central Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2873319,
longitude: -77.47326939999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, drivers needing collision and dent repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Experience"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.