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: "Super Electric",
description: "Super Electric is a licensed electrician serving the Phoenix area with expertise in residential electrical repairs, installations, and maintenance. With over 300 customer reviews, they handle everything from routine wiring and outlet installation to panel upgrades and troubleshooting, providing reliable service for homeowners needing prompt, professional electrical work.",
telephone: "+1-602-904-6842",
address: {
@type: "PostalAddress",
streetAddress: "4640 E McDowell Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4661233,
longitude: -111.980255
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "301",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Electricians, Homeowners needing reliable electrical repairs, new installations, or panel upgrades in the Phoenix area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Electrical Expertise"
}
],
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.