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: "Selectric Inc",
description: "Selectric Inc is a licensed electrical contractor serving the Madison area with comprehensive residential and commercial electrical services. They handle everything from new construction wiring and panel upgrades to repairs, maintenance, and troubleshooting. With a 4.6-star reputation built on 11 customer reviews, they're known for reliable service and professional workmanship.",
telephone: "+1-608-277-9090",
address: {
@type: "PostalAddress",
streetAddress: "1117 Jonathon Dr",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0322565,
longitude: -89.4019428
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding communities",
knowsAbout: "Electricians, Homeowners needing electrical repairs, new construction projects, panel upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.