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: "Lee Electric",
description: "Lee Electric is a licensed electrician serving Lubbock with expertise in residential and commercial electrical work. They handle everything from routine repairs and maintenance to panel upgrades, installations, and troubleshooting, with a focus on reliable service and fair pricing.",
telephone: "+1-806-535-3352",
address: {
@type: "PostalAddress",
streetAddress: "3521 50th St #47",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5482657,
longitude: -101.89166979999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs, businesses requiring commercial electrical work, property owners with panel upgrade needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical"
}
],
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.