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: "Pleasants Electric",
description: "Pleasants Electric is a licensed electrician serving Raleigh and surrounding areas with comprehensive electrical services for residential and commercial properties. They handle everything from routine maintenance and repairs to new installations, panel upgrades, and specialized work like EV charger installation and smart home wiring. The team is known for reliable, professional service and transparent pricing.",
url: "https://pleasantselectric.com/",
telephone: "+1-919-618-0256",
address: {
@type: "PostalAddress",
streetAddress: "2940 Trawick Rd STE 5",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.819109,
longitude: -78.5886621
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, EV charging installation, smart home setup, and commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "EV Charger Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Smart Home Wiring"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Scope"
}
],
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.