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: "Shift Electric Co.",
description: "Shift Electric Co. is a full-service electrician serving Portland and the surrounding metro area with residential and commercial electrical work. They handle everything from new installations and rewiring to panel upgrades, EV charger installation, and emergency repairs. Their team is licensed, insured, and committed to quality workmanship and customer satisfaction.",
url: "https://www.shiftelectricco.com/",
telephone: "+1-503-914-4040",
address: {
@type: "PostalAddress",
streetAddress: "1001 SE Sandy Blvd Suite 110",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.522003399999996,
longitude: -122.65543269999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding metro area",
knowsAbout: "Electricians, Homeowners needing electrical repairs, EV charging installation, and panel upgrades; commercial properties requiring electrical services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Scheduled Service"
}
],
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.