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: "Classic Collision",
description: "Classic Collision is a full-service auto body and collision repair shop located in Portland on Macadam Avenue. They specialize in collision repairs, dent removal, and auto body work for all vehicle types, offering both insurance-claim support and direct consumer service. With OEM parts and professional craftsmanship, they handle everything from minor dents to major structural repairs.",
url: "https://classiccollision.com/locations/classic-collision-macadam-ave/",
telephone: "+1-503-293-0831",
address: {
@type: "PostalAddress",
streetAddress: "6805 S Macadam Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97219",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4748571,
longitude: -122.67201829999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "219",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, drivers with insurance claims, those needing major collision repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "OEM Parts & Quality"
},
{
@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.