Structured Data

    Alamo City's Elite 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: "Alamo City's Elite Electric",
      description: "Alamo City's Elite Electric is an electrical contractor serving the San Antonio area. They offer electrical installation, repair, and maintenance services for residential and commercial properties. The business provides solutions for general electrical needs, though limited online information is available.",
      address: {
        @type: "PostalAddress",
        streetAddress: "7815 Marina Dr",
        addressLocality: "San Antonio",
        addressRegion: "TX",
        postalCode: "78250",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 29.5119692,
        longitude: -98.6415263
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "1.9",
        reviewCount: "10",
        bestRating: "5"
      },
      areaServed: "San Antonio, TX and surrounding areas",
      knowsAbout: "Electricians, Homeowners and business owners needing general electrical services and repairs in San Antonio",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local San Antonio Presence"
        }
      ],
      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.