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: "Home Electrician Seattle",
description: "Home Electrician Seattle provides residential electrical services throughout the Seattle area, handling everything from repairs and troubleshooting to installations and upgrades. The business specializes in helping homeowners with their electrical needs, delivering professional workmanship and reliable service.",
telephone: "+1-206-844-5720",
address: {
@type: "PostalAddress",
streetAddress: "910 S Hinds St",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98134",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.5735149,
longitude: -122.32087299999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, renters with electrical issues, home builders and remodelers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Seattle-based"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-service electrical work"
}
],
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.