{
  "@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/water-heater-replacement.html",
      "url": "https://nhsindy.com/services/water-heater-replacement.html",
      "name": "Water Heater Replacement — Tank & Tankless",
      "description": "Water heater replacement across Central Indiana. 40/50-gallon tanks, same-day install, haul-away of old unit. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Water Heater Replacement",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Water Heater Replacement — Tank & Tankless",
      "description": "Water heater replacement across Central Indiana. 40/50-gallon tanks, same-day install, haul-away of old unit. Licensed & insured 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": "When should I replace my water heater?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most tank water heaters last 10–15 years. Replace when: you see visible rust on the tank, water comes out discolored, the tank is leaking (not just a drip fitting), or it's 12+ years old and you need hot water to work reliably."
          }
        },
        {
          "@type": "Question",
          "name": "How long does a water heater install take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standard like-for-like tank swap: 3–5 hours. Tankless conversion: 6–8 hours (sometimes spread to 2 days if gas-line mods are needed)."
          }
        },
        {
          "@type": "Question",
          "name": "Gas or electric water heater?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "If you already have gas service to the unit, stay gas — cheaper to operate. If your home is electric-only, modern heat-pump electric water heaters are efficient and worth considering vs. standard resistance tanks."
          }
        }
      ]
    },
    {
      "@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": "Water Heater",
          "item": "https://nhsindy.com/services/water-heater-replacement.html"
        }
      ]
    }
  ]
}