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: "Awesome Electric",
description: "Awesome Electric Ltd is a family-owned electrical contractor serving Denver and surrounding areas with over 10 years of experience. They provide comprehensive electrical services including residential and commercial work, service panel upgrades, lighting and remodels, new construction wiring, and 24/7 emergency repairs. All work is backed by a lifetime warranty on craftsmanship, and they offer free estimates with special discounts for first-time clients.",
url: "http://www.awesomeelectricltd.com/",
telephone: "+1-720-656-4274",
address: {
@type: "PostalAddress",
streetAddress: "2510 W 99th Pl",
addressLocality: "Federal Heights",
addressRegion: "CO",
postalCode: "80260",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.877795600000006,
longitude: -105.0158524
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Denver and surrounding areas in Colorado",
knowsAbout: "Electricians, Homeowners needing emergency repairs, commercial property managers, new construction projects, homeowners planning remodels with electrical upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Lifetime Warranty on Craftsmanship"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Family-Owned Business"
}
],
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.