Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bright Way Electrician",
description: "Bright Way Electrician is a licensed electrical service provider serving the Oakland area. They handle residential and commercial electrical work, from installations and repairs to maintenance and troubleshooting. With a focus on reliable service, they address both routine electrical needs and urgent problems for homes and businesses.",
telephone: "+1-510-288-9020",
address: {
@type: "PostalAddress",
streetAddress: "5262 Foothill Blvd",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.772919,
longitude: -122.2014648
},
areaServed: "Oakland, CA and surrounding East Bay communities",
knowsAbout: "Electricians, Oakland homeowners, small businesses, property managers needing reliable electrical service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Oakland Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical Work"
}
],
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.