Structured Data

    Sparks Electricians

    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: "Sparks Electricians",
      description: "Sparks Electricians is a locally-owned electrical service company serving the San Jose area with expertise in residential and commercial electrical work. They handle everything from routine maintenance and repairs to panel upgrades, installations, and troubleshooting, with a focus on reliable, professional service for both small projects and comprehensive rewiring jobs.",
      telephone: "+1-408-361-8794",
      address: {
        @type: "PostalAddress",
        streetAddress: "2175 Aborn Rd",
        addressLocality: "San Jose",
        addressRegion: "CA",
        postalCode: "95121",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.3136825,
        longitude: -121.80650309999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "22",
        bestRating: "5"
      },
      areaServed: "San Jose, CA and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing reliable repairs, property managers with multiple units, contractors requiring subcontract work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Independent Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Electrical 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.