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: "The Electricians",
description: "The Electricians is a full-service electrical company serving the Denver metro area with expertise in residential, commercial, and industrial electrical work. They handle everything from routine maintenance and repairs to complex installations, panel upgrades, EV charger installations, and smart home wiring. Their highly rated team is known for reliable service, transparent pricing, and prompt response times.",
url: "https://www.theelectriciansco.com/",
telephone: "+1-720-633-5937",
address: {
@type: "PostalAddress",
streetAddress: "7076 S Alton Way Suite H-200",
addressLocality: "Centennial",
addressRegion: "CO",
postalCode: "80112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.5884298,
longitude: -104.8830606
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "309",
bestRating: "5"
},
areaServed: "Denver metro area including Centennial, Aurora, Littleton, and surrounding communities",
knowsAbout: "Electricians, Homeowners needing EV installation, property managers requiring commercial electrical work, businesses planning upgrades, residents facing electrical emergencies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Installation Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Electrical 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.