Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Los Angeles Electricians & Panels",
description: "Los Angeles Electricians & Panels is a licensed electrical service company serving the Los Angeles area with expertise in residential and commercial electrical work. They specialize in panel upgrades, rewiring, troubleshooting, and general electrical repairs. The team handles everything from new installations to emergency electrical problems, providing professional service to homeowners and businesses throughout LA.",
telephone: "+1-323-613-7098",
address: {
@type: "PostalAddress",
streetAddress: "1757 N Serrano Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.1035128,
longitude: -118.30772019999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing panel upgrades, Property managers, Businesses requiring electrical repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Panel Upgrade Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Available"
}
],
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.