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: "Parker Electric",
description: "Parker Electric is a fully licensed and insured electrician serving the Chesapeake area with expertise in residential electrical work. They handle a wide range of services including new installations, repairs, panel upgrades, and troubleshooting, backed by their strong reputation and customer satisfaction ratings.",
telephone: "+1-757-934-3771",
address: {
@type: "PostalAddress",
streetAddress: "844 Kemp Meadow Dr",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23320",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7516366,
longitude: -76.2102985
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing reliable electrical repairs, panel upgrades, and new circuit installations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Responsive Service"
}
],
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.