Structured Data

    Sun Electric Co

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Sun Electric Co",
      description: "Sun Electric Co is a licensed electrician serving Knoxville and surrounding areas with residential and commercial electrical services. They handle everything from routine maintenance and repairs to new installations and panel upgrades, offering free estimates and professional service for both everyday electrical needs and emergency situations.",
      url: "http://sunelectrical.com/",
      telephone: "+1-865-523-4106",
      address: {
        @type: "PostalAddress",
        streetAddress: "2117 N Central St",
        addressLocality: "Knoxville",
        addressRegion: "TN",
        postalCode: "37917",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.9886194,
        longitude: -83.9383268
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.9",
        reviewCount: "10",
        bestRating: "5"
      },
      areaServed: "Knoxville, TN and surrounding areas",
      knowsAbout: "Electricians, Homeowners needing repairs or upgrades, Commercial property managers, Emergency electrical issues, New construction projects",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Knoxville Business"
        }
      ],
      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.