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: "Speed's Auto Body",
description: "Speed's Auto Body is a full-service auto body repair shop in Portland specializing in collision repair, dent removal, and paint work for all vehicle types. With over a decade of experience and a team of certified technicians, they handle everything from minor dents to major collision damage, offering paintless dent repair, traditional bodywork, and custom paint matching. Speed's works directly with insurance companies to streamline the claims process and provides free estimates for all repair work.",
url: "https://www.speedspdx.com/",
telephone: "+1-503-308-1590",
address: {
@type: "PostalAddress",
streetAddress: "50 SE Main St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5132008,
longitude: -122.66545769999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "154",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Auto Body & Collision, Collision-damaged vehicles, insurance claimants, dent repair, fleet vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Partnership"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.