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: "T.H.E. Company",
description: "T.H.E. Company is a licensed electrician serving Norfolk, VA and the surrounding area. Specializing in electrical installation, repair, and maintenance for residential and commercial properties, they bring hands-on expertise to everything from troubleshooting circuit issues to full system upgrades. With a perfect 5-star rating, they're known for reliable service and professional workmanship.",
telephone: "+1-757-716-1009",
address: {
@type: "PostalAddress",
streetAddress: "1115 Bill St",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23518",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.9245261,
longitude: -76.2421784
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.