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: "Bogar Electric",
description: "Bogar Electric is a licensed electrical contractor serving Lexington, VA and surrounding areas. They provide comprehensive electrical services for residential and commercial properties, including installations, repairs, and maintenance work. With a focus on quality workmanship and customer satisfaction, Bogar Electric handles both routine electrical needs and specialized projects.",
telephone: "+1-540-463-2326",
address: {
@type: "PostalAddress",
streetAddress: "789 Poplar Hill Rd",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7350978,
longitude: -79.4347222
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Commercial property owners, New construction projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.