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: "Blue Arc Electric",
description: "Blue Arc Electric is a licensed and insured electrician serving Nampa and surrounding areas. They handle residential and commercial electrical work including wiring, panel upgrades, generator installation, EV charger installation, and general electrical repairs. With a focus on quality workmanship and customer service, Blue Arc Electric provides comprehensive solutions for both new construction and existing home electrical needs.",
telephone: "+1-208-407-2241",
address: {
@type: "PostalAddress",
streetAddress: "812 S Florence St",
addressLocality: "Nampa",
addressRegion: "ID",
postalCode: "83686",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.5607088,
longitude: -116.5505187
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Nampa, ID and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, New construction projects, Customers installing EV chargers or backup generators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Capabilities"
}
],
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.