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: "Quality Electrical Contractors",
description: "Quality Electrical Contractors is a licensed electrical service company serving the Salt Lake City area with expertise in residential and commercial electrical work. They handle everything from installations and repairs to panel upgrades and emergency electrical services. With a focus on quality craftsmanship and reliable service, they're equipped to tackle both routine maintenance and complex electrical projects.",
telephone: "+1-801-466-3260",
address: {
@type: "PostalAddress",
streetAddress: "515 Pickett Cir # 600",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.730553,
longitude: -111.90611589999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Salt Lake City, Utah and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, commercial property owners, residents requiring emergency electrical service, those planning electrical upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.