Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Si's Auto Body Repair",
description: "Si's Auto Body Repair is a full-service collision repair shop located in Northeast Portland specializing in auto body work, dent repair, and paintwork. With over a decade of experience, the team handles everything from minor dents and scratches to major collision repairs, using quality parts and professional techniques. They work with insurance claims to streamline the repair process for customers.",
url: "http://sisautobody.com/",
telephone: "+1-503-254-8531",
address: {
@type: "PostalAddress",
streetAddress: "6708 NE Glisan St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.526283,
longitude: -122.59415820000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "134",
bestRating: "5"
},
areaServed: "Portland and surrounding areas",
knowsAbout: "Auto Body & Collision, Collision victims, insurance claimants, Portland drivers needing dent and body work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.