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: "Electrician Elite Solutions",
description: "Electrician Elite Solutions is a licensed electrical contractor serving the Sunnyvale area with expertise in residential and commercial electrical work. They handle everything from basic repairs and troubleshooting to panel upgrades, rewiring, and new installations. Known for reliable service and professional workmanship, they're a go-to choice for homeowners and businesses needing prompt, quality electrical solutions.",
telephone: "+1-408-705-2205",
address: {
@type: "PostalAddress",
streetAddress: "417 E Maude Ave",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94085",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3871718,
longitude: -122.02163440000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Small business owners requiring commercial electrical work, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Responsive Local 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.