{
  "@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/drywall-repair.html",
      "url": "https://nhsindy.com/services/drywall-repair.html",
      "name": "Drywall Repair — Patches, Textures, Water Damage",
      "description": "Drywall repair across Central Indiana. Nail pops, water stains, golf-ball holes, ceiling cracks, texture match. Licensed & insured since 2005. Serves 18 cities.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Drywall Repair",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Drywall Repair — Patches, Textures, Water Damage",
      "description": "Drywall repair across Central Indiana. Nail pops, water stains, golf-ball holes, ceiling cracks, texture match. Licensed & insured since 2005. Serves 18 cities.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$350 minimum — includes paint. 2–3 hour minimum on any drywall repair."
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How much does drywall repair cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "$350 minimum on any drywall repair — paint included, 2–3 hour minimum. Anything over 3\": $350–$550 each. Large holes or studded failures: $550–$950. Multi-patch visits (4–8 repairs in one trip): $550–$1,200, paint always included."
          }
        },
        {
          "@type": "Question",
          "name": "Can you match my existing wall texture?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We test-spray knockdown, orange peel, skip trowel, stipple, or smooth textures on scrap first, match to your wall, then apply. No visible difference."
          }
        },
        {
          "@type": "Question",
          "name": "Will the patch show through paint?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Not if it's done right. Proper feathering — at least 12\" past the patch edge — means the mud gradient is invisible under one or two coats of paint."
          }
        },
        {
          "@type": "Question",
          "name": "Do you handle water-damaged drywall?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. If the source is fixed and the drywall is dry, we cut out damaged sheet, tape, mud, texture-match, and prime. If still wet or mold-suspect, we handle dryout first."
          }
        }
      ]
    },
    {
      "@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": "Drywall Repair",
          "item": "https://nhsindy.com/services/drywall-repair.html"
        }
      ]
    }
  ]
}