Structured Data

    Reliable Electric Company

    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: "Reliable Electric Company",
      description: "Reliable Electric Company is a licensed electrician serving the Helotes area and surrounding communities. They provide electrical installation, repair, and maintenance services for residential properties. With a focus on dependable workmanship, they handle everything from routine electrical issues to larger installation projects.",
      telephone: "+1-210-355-5679",
      address: {
        @type: "PostalAddress",
        streetAddress: "14915 Rio Rancho Way",
        addressLocality: "Helotes",
        addressRegion: "TX",
        postalCode: "78023",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 29.5833464,
        longitude: -98.6517386
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Helotes, TX and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing electrical repairs, installations, or maintenance work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Helotes Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed Professional"
        }
      ],
      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.