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: "Electrical",
description: "Electrical is a local electrical service company based in Carrboro, NC, serving the Chapel Hill and Durham area with residential and commercial electrical work. They handle a range of electrical projects including repairs, installations, and maintenance for homeowners and businesses.",
telephone: "+1-919-967-8288",
address: {
@type: "PostalAddress",
streetAddress: "200 South Merritt Mill Road",
addressLocality: "Carrboro",
addressRegion: "NC",
postalCode: "27606",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7852879,
longitude: -78.7255754
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Carrboro, Chapel Hill, Durham, and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, Small commercial businesses, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Carrboro Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Work"
}
],
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.