{
  "@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/plumbing-repair.html",
      "url": "https://nhsindy.com/services/plumbing-repair.html",
      "name": "Plumbing Repair — Faucets, Fixtures, Leaks",
      "description": "Minor plumbing across Central Indiana. Faucet swap, toilet repair, leaky joint, garbage disposal, sump pump. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Minor Plumbing Repair",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Plumbing Repair — Faucets, Fixtures, Leaks",
      "description": "Minor plumbing across Central Indiana. Faucet swap, toilet repair, leaky joint, garbage disposal, sump pump. 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": "How much does faucet replacement cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Labor $125–$225 + the faucet itself. Basic chrome faucets $75–$150; mid-grade brushed nickel $150–$300; premium pull-downs $250–$600. Total installed: typically $250–$650."
          }
        },
        {
          "@type": "Question",
          "name": "Can a handyman fix a running toilet?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — running toilets are almost always a flush valve, fill valve, flapper, or chain issue. All in-handyman-scope. Typical repair: $95–$195 + the part (usually $15–$40)."
          }
        },
        {
          "@type": "Question",
          "name": "What plumbing do you NOT do?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Anything inside walls, new supply-line runs, water-main or service-line replacement, and new fixture rough-ins. For those we refer to a licensed master plumber."
          }
        }
      ]
    },
    {
      "@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": "Plumbing Repair",
          "item": "https://nhsindy.com/services/plumbing-repair.html"
        }
      ]
    }
  ]
}