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: "Bryan's auto body",
description: "Bryan's Auto Body and Paint is a full-service auto body shop in Fredericksburg, VA specializing in collision repair, dent removal, and custom painting. They handle everything from minor dents and dings to major structural damage, working with insurance claims and offering free estimates. The shop is known for quality craftsmanship and attention to detail on all vehicle types.",
url: "https://www.bryansautobodyandpaint18.com/",
telephone: "+1-540-431-4159",
address: {
@type: "PostalAddress",
streetAddress: "27 McWhirt Loop STE 108",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3533949,
longitude: -77.51250619999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Fredericksburg, Virginia and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with collision damage, insurance claim filers, those needing dent repair or custom paint work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
}
],
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.