﻿{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://veteranelectricinc.org/#organization",
      "name": "Veteran Electric Inc",
      "url": "https://veteranelectricinc.org",
      "logo": "https://veteranelectricinc.org/veteran-electric-inc-logo.png",
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+1-281-799-8004",
        "contactType": "customer service",
        "areaServed": "US",
        "availableLanguage": "English"
      }
    },
    {
      "@type": "Electrician",
      "@id": "https://veteranelectricinc.org/#electrician",
      "name": "Veteran Electric Inc",
      "url": "https://veteranelectricinc.org",
      "telephone": "+1-281-799-8004",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Spring",
        "addressLocality": "Spring",
        "addressRegion": "TX",
        "postalCode": "77386",
        "addressCountry": "US"
      },
      "areaServed": [
        {
          "@type": "City",
          "name": "Spring",
          "sameAs": "https://en.wikipedia.org/wiki/Spring,_Texas"
        },
        {
          "@type": "City",
          "name": "The Woodlands",
          "sameAs": "https://en.wikipedia.org/wiki/The_Woodlands,_Texas"
        },
        {
          "@type": "County",
          "name": "Montgomery County",
          "sameAs": "https://en.wikipedia.org/wiki/Montgomery_County,_Texas"
        }
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Electrical Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Generac Generator Installation",
              "description": "Premium whole-home standby generator installation.",
              "serviceType": "Generator Installation"
            }
          }
        ]
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://veteranelectricinc.org/#website",
      "url": "https://veteranelectricinc.org",
      "name": "Veteran Electric Inc",
      "publisher": {
        "@id": "https://veteranelectricinc.org/#organization"
      }
    }
  ]
}
