Structured Data

    David's Home Electricians

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "David's Home Electricians",
      description: "David's Home Electricians is an independent electrical service company based in Chicago specializing in residential electrical work. They handle a range of services including installations, repairs, and upgrades for homeowners throughout the Chicago area. With a focus on quality workmanship and customer satisfaction, they serve the local community with professional electrical solutions.",
      telephone: "+1-872-217-8475",
      address: {
        @type: "PostalAddress",
        streetAddress: "1035 N Wood St",
        addressLocality: "Chicago",
        addressRegion: "IL",
        postalCode: "60622",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 41.9006572,
        longitude: -87.67207010000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Chicago and surrounding areas",
      knowsAbout: "Electricians, Chicago homeowners needing electrical repairs, homeowners planning upgrades, residents requiring new installations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Chicago Business"
        },
        {
          @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.