Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "A+ Electrical Services",
description: "A+ Electrical Services is a licensed electrical contractor serving the Portland area with a focus on residential and commercial electrical work. They handle a range of projects from routine repairs and maintenance to more complex installations, providing prompt service to homeowners and businesses in need of reliable electrical solutions.",
telephone: "+1-503-284-7300",
address: {
@type: "PostalAddress",
streetAddress: "900 Lloyd Center",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97232",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5314866,
longitude: -122.65459539999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs, small business owners, residential maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Portland Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.