{
  "@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/areas/greenwood.html",
      "url": "https://nhsindy.com/areas/greenwood.html",
      "name": "Handyman in Greenwood, IN — HQ, Same-Day Response",
      "description": "NHS headquarters is in Greenwood, Indiana. Same-day or next-day response for Johnson County. White-glove handyman for luxury homes. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Greenwood, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.6137,
        "longitude": -86.1067
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How fast can you respond in Greenwood?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "HQ is in Greenwood — you're usually within 15 minutes of our shop. Most calls: response within business hours, scheduled within 24-72 hours. True emergencies (leaks, broken locks, safety) handled same-day when possible."
          }
        },
        {
          "@type": "Question",
          "name": "Do you work with luxury homes in Stones Crossing and?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — these are among our most-served Greenwood subdivisions. White-glove service, recurring maintenance accounts, and priority scheduling."
          }
        },
        {
          "@type": "Question",
          "name": "Do you offer recurring maintenance contracts?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Spring + fall prep visits scheduled 6 months in advance. Recurring clients get priority scheduling, consolidated monthly billing, and access to email/text direct to Nicholas."
          }
        },
        {
          "@type": "Question",
          "name": "What's your service-area radius from Greenwood?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We serve 18 Central Indiana cities — but Greenwood, Center Grove, Bargersville, and Southport get our fastest response because we're HQ'd here. Carmel, Zionsville, Fishers response times are 1-3 days."
          }
        },
        {
          "@type": "Question",
          "name": "Are you licensed and insured?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Licensed and insured since 2005. BBB A+. 5.0 Google (64 reviews). Certificate of insurance available same-day on request."
          }
        },
        {
          "@type": "Question",
          "name": "Can you be discreet for high-profile clients?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Unmarked-truck option on request, scheduled entry/exit times, NDAs on file, property-access codes held in encrypted storage. Standard practice for our executive and physician clientele."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Service Areas",
          "item": "https://nhsindy.com/areas/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Greenwood",
          "item": "https://nhsindy.com/areas/greenwood.html"
        }
      ]
    }
  ]
}