Structured Data

    Local Electrics Contractor

    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: "Local Electrics Contractor",
      description: "Local Electrics Contractor is a Dallas-based electrical service provider offering residential and commercial electrical work. They handle wiring, installations, repairs, and maintenance across the Dallas area. Known for responsive service and quality workmanship, they serve homeowners and businesses needing reliable electrical solutions.",
      telephone: "+1-469-361-0780",
      address: {
        @type: "PostalAddress",
        streetAddress: "3400 Howell St",
        addressLocality: "Dallas",
        addressRegion: "TX",
        postalCode: "75204",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.8025315,
        longitude: -96.7971604
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "13",
        bestRating: "5"
      },
      areaServed: "Dallas, TX and surrounding areas",
      knowsAbout: "Electricians, Dallas homeowners needing electrical repairs, contractors requiring commercial electrical work, property managers with maintenance needs",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Dallas-Based Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Electrical Solutions"
        }
      ],
      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.