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: "Integrity Electric of N.C. Inc.",
description: "Integrity Electric of N.C. Inc. is a licensed electrical contractor serving the Apex area and surrounding communities. They provide a full range of residential and commercial electrical services, including new installations, repairs, upgrades, and maintenance. Known for reliable workmanship and professional customer service, they handle everything from routine electrical issues to complex wiring projects.",
telephone: "+1-919-742-0011",
address: {
@type: "PostalAddress",
streetAddress: "3305 Pleasant Plns Rd",
addressLocality: "Apex",
addressRegion: "NC",
postalCode: "27502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6993848,
longitude: -78.8837096
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Apex, NC and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial installations, property owners seeking upgrades and maintenance",
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.