{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://nhsindy.com/#business",
      "name": "Nick's Handyman Service LLC",
      "url": "https://nhsindy.com",
      "telephone": "+1-317-893-3717",
      "email": "nicholas@nhsindy.com",
      "priceRange": "$$",
      "image": "https://nhsindy.com/assets/images/nhs_logo_v2.png",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Greenwood",
        "addressRegion": "IN",
        "postalCode": "46143",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.6137,
        "longitude": -86.1067
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 5.0,
        "reviewCount": 64
      },
      "foundingDate": "2005",
      "founder": {
        "@type": "Person",
        "name": "Nicholas"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://nhsindy.com/services/electrical-repair.html",
      "url": "https://nhsindy.com/services/electrical-repair.html",
      "name": "Electrical Repair — Outlets, Switches, Fixtures",
      "description": "Minor electrical repair across Central Indiana. Outlet install, switch swap, light fixture, GFCI, dimmer. Licensed & insured. 18 cities since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Minor Electrical Repair",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Electrical Repair — Outlets, Switches, Fixtures",
      "description": "Minor electrical repair across Central Indiana. Outlet install, switch swap, light fixture, GFCI, dimmer. Licensed & insured. 18 cities since 2005.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Licensed electrician handyman for outlets?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — that's our core electrical scope. Licensed + insured, we swap outlets, switches, fixtures, install GFCIs, and wire ceiling fans. For new circuits or panel work, we refer to a licensed master electrician we trust."
          }
        },
        {
          "@type": "Question",
          "name": "Can you install a GFCI outlet?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. GFCIs are code-required in kitchens, bathrooms, garages, and outdoor outlets. Swap-in GFCI cost: $85–$165 each, including the outlet."
          }
        },
        {
          "@type": "Question",
          "name": "Do you handle smart switches and dimmers?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — Lutron Caseta, Leviton, Kasa, and similar. Installed and paired to your app/hub. Standard smart-switch install: $125–$175 each."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Services",
          "item": "https://nhsindy.com/services/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Electrical Repair",
          "item": "https://nhsindy.com/services/electrical-repair.html"
        }
      ]
    }
  ]
}