Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "JD Electric LLC",
description: "JD Electric LLC is a licensed electrician serving Lexington, VA and the surrounding area. They provide comprehensive electrical services including installations, repairs, troubleshooting, and maintenance for residential and commercial properties. With a focus on quality workmanship and customer satisfaction, JD Electric LLC handles everything from routine electrical work to specialized projects.",
url: "https://jdelectricnow.com/",
telephone: "+1-540-319-3215",
address: {
@type: "PostalAddress",
streetAddress: "25 Park Pl",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8261088,
longitude: -79.38487719999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs or upgrades, Small business owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.