Structured Data

    Joe's Electric

    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: "Joe's Electric",
      description: "Joe's Electric is a locally-owned electrician serving the Laredo area with residential and commercial electrical services. With years of experience in electrical installation, repair, and maintenance, Joe's Electric handles everything from routine wiring and outlet installation to panel upgrades and troubleshooting electrical issues. They pride themselves on reliable, professional service for homeowners and businesses throughout South Texas.",
      telephone: "+1-956-232-2540",
      address: {
        @type: "PostalAddress",
        streetAddress: "258 Old Milwaukee Rd",
        addressLocality: "Laredo",
        addressRegion: "TX",
        postalCode: "78046",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.4871683,
        longitude: -99.4230126
      },
      areaServed: "Laredo, TX and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Residents planning new construction or renovations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Ownership"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Electrical"
        }
      ],
      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.