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: "Klassicos Collision Center",
description: "Klassicos Collision Center is a full-service auto body shop in Durham specializing in collision repair, dent removal, and paintwork. With expertise in both minor and major damage repairs, they serve customers seeking quality restoration of their vehicles after accidents or damage. Their experienced team focuses on returning vehicles to pre-accident condition using professional techniques.",
telephone: "+1-919-598-8740",
address: {
@type: "PostalAddress",
streetAddress: "304 S Plum St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.983025999999995,
longitude: -78.883516
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with collision damage, accident repairs, dent removal needs, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Collision Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
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.