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: "Surge Electrical LLC",
description: "Surge Electrical LLC is a licensed electrical contractor serving the Seattle metro area with residential and commercial electrical services. They specialize in EV charger installation, panel upgrades, generator installation, and smart home wiring, alongside standard electrical repairs and new construction work. Their team handles emergency electrical issues and provides free estimates for new projects.",
url: "https://surgelectrical.com/",
telephone: "+1-425-390-9999",
address: {
@type: "PostalAddress",
streetAddress: "650 Jasmine Pl NW",
addressLocality: "Issaquah",
addressRegion: "WA",
postalCode: "98027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.5366266,
longitude: -122.05290079999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "204",
bestRating: "5"
},
areaServed: "Issaquah, WA and greater Seattle metropolitan area",
knowsAbout: "Electricians, Homeowners upgrading to electric vehicles, new construction projects, commercial facilities, homeowners wanting smart home technology, properties needing emergency electrical repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Smart Home Integration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
}
],
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.