Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Top Tier Electrical Services LLC",
description: "Top Tier Electrical Services LLC is a licensed electrical contractor serving Knoxville and the surrounding area with comprehensive residential and commercial electrical solutions. They handle everything from routine repairs and maintenance to new installations, panel upgrades, and emergency electrical service. Their team of licensed electricians specializes in both standard electrical work and modern upgrades like EV charger installation and smart home wiring.",
url: "http://toptierelectricalservices.com/",
telephone: "+1-865-208-9637",
address: {
@type: "PostalAddress",
streetAddress: "5720 Middlebrook Pike",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37921",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9542548,
longitude: -84.0081443
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "94",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, businesses requiring commercial electrical work, EV owners installing home charging stations, smart home enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Electrical Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency 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.