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: "VIP Collision Center",
description: "VIP Collision Center is a full-service auto body shop in Portland specializing in collision repair, dent removal, and paint work for vehicles of all makes and models. The shop handles insurance claims, offers paintless dent repair for minor damage, and uses OEM parts to ensure quality repairs that meet manufacturer standards. They provide free estimates and work directly with insurance companies to streamline the claims process.",
url: "https://vipcollision.com/",
telephone: "+1-503-445-4702",
address: {
@type: "PostalAddress",
streetAddress: "6444 NE Martin Luther King Jr Blvd",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.569773,
longitude: -122.66105209999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "142",
bestRating: "5"
},
areaServed: "Portland and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, car owners seeking quality collision repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Insurance Processing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "OEM Parts Standard"
}
],
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.