Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Central Florida Electrician",
description: "Central Florida Electrician is a family-owned electrical contractor serving Central Florida since 1996, specializing in both residential and commercial electrical services. They offer generator installation, EV charger installation, pool lighting and automation, panel replacements, 4-point inspections, and home automation solutions. With experienced electricians (many with 20+ years tenure), licensed and insured professionals, and a commitment to honest work without upselling, they've built a reputation for reliable service, clear communication, and competitive pricing.",
url: "https://centralfloridaelectrician.com/",
telephone: "+1-407-801-0126",
address: {
@type: "PostalAddress",
streetAddress: "243 N Texas Ave",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32805",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.545066,
longitude: -81.408917
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "118",
bestRating: "5"
},
areaServed: "Orlando and Central Florida",
knowsAbout: "Electricians, Homeowners needing electrical upgrades, EV charging installation, generator backup power; Commercial businesses including restaurants, retail, medical offices, and warehouses",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Since 1996"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger & Generator Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "No Upselling Promise"
}
],
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.