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: "Ace Electric",
description: "Ace Electric is a licensed electrician serving Madison and surrounding areas with residential and commercial electrical services. They handle everything from basic repairs and installations to panel upgrades, EV charger installation, and smart home wiring systems. Their experienced team is committed to quality workmanship and customer satisfaction.",
url: "https://www.thenewaceelectric.com/",
address: {
@type: "PostalAddress",
streetAddress: "6617 Seybold Rd",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53719",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0514,
longitude: -89.4973245
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial electrical work, EV charger installation, smart home automation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Range of Electrical Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional Team"
}
],
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.