Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Quality Electric Contracting",
description: "Quality Electric Contracting is a Seattle-based electrical contracting company serving the greater Seattle area. They provide comprehensive electrical services for residential and commercial properties, including installations, repairs, and upgrades. With a commitment to quality workmanship and customer service, they handle projects of varying complexity to meet the electrical needs of homeowners and businesses.",
url: "https://qualityelectricalcontractorwa.com/",
telephone: "+1-564-212-6316",
address: {
@type: "PostalAddress",
streetAddress: "2211 Queen Anne Ave N",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.638809099999996,
longitude: -122.3573383
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs or upgrades, Commercial property managers, Builders and contractors requiring electrical installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Seattle Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Electrical Services"
}
],
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.