Structured Data

    Ace Electric

    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: "Ace Electric",
      description: "Ace Electric is a local electrician serving Jerome and surrounding areas with comprehensive electrical services for residential and commercial properties. They handle everything from routine maintenance and repairs to installations and upgrades, providing reliable service from a team committed to quality workmanship.",
      telephone: "+1-208-324-4858",
      address: {
        @type: "PostalAddress",
        streetAddress: "241 N 200 E",
        addressLocality: "Jerome",
        addressRegion: "ID",
        postalCode: "83338",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.7588064,
        longitude: -114.48301099999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Jerome, ID and surrounding communities",
      knowsAbout: "Electricians, Homeowners needing repairs, Business owners requiring commercial electrical work, Property managers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service 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.