Structured Data

    Seattle Electrician

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    44 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Seattle Electrician",
      description: "Seattle Electrician provides comprehensive electrical services to residential and commercial clients throughout the Seattle area. They handle everything from routine maintenance and repairs to new installations and upgrades, serving the greater Puget Sound region with professional, licensed electrical work.",
      telephone: "+1-206-339-9563",
      address: {
        @type: "PostalAddress",
        streetAddress: "1102 8th Ave suite 1010",
        addressLocality: "Seattle",
        addressRegion: "WA",
        postalCode: "98101",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 47.608939,
        longitude: -122.3288968
      },
      areaServed: "Seattle, Washington and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing repairs, Commercial businesses, Property managers, New construction projects",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured Professional"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Seattle-Based"
        }
      ],
      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.