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: "RDL Electric",
description: "RDL Electric is a licensed electrician serving Apex and surrounding areas with comprehensive electrical services for residential and commercial properties. They handle everything from new installations and rewiring to repairs, troubleshooting, and upgrades, with a focus on reliable, professional work and customer satisfaction.",
telephone: "+1-919-390-5204",
address: {
@type: "PostalAddress",
streetAddress: "312 S Tunstall St",
addressLocality: "Apex",
addressRegion: "NC",
postalCode: "27502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7245435,
longitude: -78.84620699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "84",
bestRating: "5"
},
areaServed: "Apex, NC and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, new construction projects, commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Apex Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical 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.