Structured Data

    Universal Electrical 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: "Universal Electrical Company",
      description: "Universal Electrical Company is a licensed electrician serving Corpus Christi with expertise in residential and commercial electrical work. They handle everything from routine maintenance and repairs to new installations and upgrades, providing reliable service to both homeowners and businesses throughout the area.",
      telephone: "+1-361-202-1761",
      address: {
        @type: "PostalAddress",
        streetAddress: "10702 Timbergrove Ln",
        addressLocality: "Corpus Christi",
        addressRegion: "TX",
        postalCode: "78410",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.8426585,
        longitude: -97.5763667
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Corpus Christi, TX and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing repairs or upgrades, Commercial property managers, Builders and contractors",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed Professional"
        },
        {
          @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.