{
  "@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/lock-rekey.html",
      "url": "https://nhsindy.com/services/lock-rekey.html",
      "name": "Lock Rekey & Install — Deadbolts, Smart Locks",
      "description": "Lock rekey and install across Central Indiana. Deadbolts, smart locks, entry knobs, keyless. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Lock Rekey and Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Lock Rekey & Install — Deadbolts, Smart Locks",
      "description": "Lock rekey and install across Central Indiana. Deadbolts, smart locks, entry knobs, keyless. Licensed & insured.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Local locksmith handyman?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — for residential rekey, deadbolt install, smart-lock install, and keyed-alike systems, we cover 18 Central Indiana cities. For car keys, safes, or commercial high-security, we refer to a dedicated locksmith."
          }
        },
        {
          "@type": "Question",
          "name": "Rekey vs replace locks?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Rekey if the locks are in good shape (5 years old or less) and you just need old keys to stop working. Replace if the locks are worn, rusted, or you want to upgrade (smart lock, better brand). Rekey is about 1/3 the cost."
          }
        },
        {
          "@type": "Question",
          "name": "Can you install a smart lock?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Schlage Encode, August, Yale Assure, Kwikset Halo, Level — we install, pair to your network, and show you the app before we leave."
          }
        }
      ]
    },
    {
      "@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": "Lock Rekey",
          "item": "https://nhsindy.com/services/lock-rekey.html"
        }
      ]
    }
  ]
}