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: "Express Electrician",
description: "Express Electrician is a licensed and insured electrical service company serving the Salt Lake City area. They provide residential and commercial electrical work including installations, repairs, troubleshooting, and system upgrades. With a focus on responsive service and quality workmanship, Express Electrician handles everything from routine maintenance to complex electrical projects.",
telephone: "+1-385-213-4682",
address: {
@type: "PostalAddress",
streetAddress: "310 E 500 S",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7582374,
longitude: -111.88196599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Salt Lake City, Utah and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs or upgrades, commercial property managers, households experiencing electrical issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Responsive 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.