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: "Riverside Body Shop LLC",
description: "Riverside Body Shop LLC is a full-service auto body repair facility located in Broadway, VA, specializing in collision repair, dent removal, and paint services. The shop handles everything from minor cosmetic damage to major structural repairs, serving both insurance claims and private customers. With a focus on quality workmanship and customer service, they restore vehicles to pre-accident condition.",
telephone: "+1-540-560-4733",
address: {
@type: "PostalAddress",
streetAddress: "7318 Brocks Gap Rd",
addressLocality: "Broadway",
addressRegion: "VA",
postalCode: "22815",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.63369540000001,
longitude: -78.8442747
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Broadway, VA and surrounding Rockingham County areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, vehicle owners with dent or paint damage, insurance claim filers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance & Private Work"
}
],
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.