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: "Jenkins Electric, LLC",
description: "Jenkins Electric, LLC is a locally-owned electrician serving Orange, VA and surrounding areas. They provide residential and commercial electrical services including installations, repairs, and maintenance. With a strong reputation for quality work and customer service, Jenkins Electric handles everything from routine electrical repairs to complex installations.",
telephone: "+1-540-672-7919",
address: {
@type: "PostalAddress",
streetAddress: "14351 Kenwood Ln",
addressLocality: "Orange",
addressRegion: "VA",
postalCode: "22960",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2059226,
longitude: -78.1467299
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Orange, VA and surrounding central Virginia communities",
knowsAbout: "Electricians, Homeowners needing repairs, New construction projects, Commercial businesses, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally-Owned & Established"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.