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: "Quality Paint & Body Shop",
description: "Quality Paint & Body Shop is a full-service auto body and paint repair facility in Durham specializing in collision repairs, dent removal, and custom painting. With extensive experience in restoring vehicles to pre-accident condition, they handle everything from minor dings to major structural damage, serving both insurance claims and private customers.",
telephone: "+1-919-682-2511",
address: {
@type: "PostalAddress",
streetAddress: "906 W Main St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0004452,
longitude: -78.9095583
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Auto Body & Collision, Insurance claim filers, accident victims, vehicle owners needing collision repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Painting"
}
],
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.