Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Envision Electric",
description: "Envision Electric is a licensed electrician serving Bountiful and the surrounding Salt Lake Valley. They handle residential electrical services including new installations, repairs, upgrades, and troubleshooting. The team specializes in delivering reliable electrical solutions with attention to detail and customer satisfaction.",
url: "http://envisionelectric.pro/",
telephone: "+1-801-509-1314",
address: {
@type: "PostalAddress",
streetAddress: "409 S 500 W",
addressLocality: "Bountiful",
addressRegion: "UT",
postalCode: "84010",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.88512480000001,
longitude: -111.89160559999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Bountiful, UT and surrounding Salt Lake Valley",
knowsAbout: "Electricians, Homeowners needing electrical repairs, new installations, or panel upgrades; residential customers in the Bountiful area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.