{
  "@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/center-grove.html",
      "url": "https://nhsindy.com/areas/center-grove.html",
      "name": "Handyman in Center Grove — Johnson County Premium",
      "description": "Center Grove handyman serving Stones Crossing, Silver Springs, Saddle Club. White-glove service, same-day response from Greenwood HQ. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Center Grove, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.5689,
        "longitude": -86.1503
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Best handyman in Center Grove?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We're HQ'd in Greenwood, 10 minutes from most Center Grove subdivisions. White-glove, owner-operated, 21+ years. 5.0 Google / 64 reviews."
          }
        },
        {
          "@type": "Question",
          "name": "Do you service Stones Crossing, and Silver Springs?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — these are our most-served Center Grove subdivisions. Same-day or next-business-day response."
          }
        },
        {
          "@type": "Question",
          "name": "How much does white-glove handyman cost in Center Grove?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most Center Grove jobs $350–$1,600, depending on scope. Multi-task concierge visits (6-12 items in one trip): $650–$2,400. Flat-rate — the quote is the invoice."
          }
        },
        {
          "@type": "Question",
          "name": "Can you handle recurring seasonal maintenance?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Spring and fall visits scheduled 6 months in advance. We know which subdivisions need which work by season — deck cycle, Silver Springs exterior trim, etc."
          }
        },
        {
          "@type": "Question",
          "name": "Do you work with general contractors and designers in Center Grove?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — we handle the handyman-scope punch list after a GC finishes a larger build or remodel, and we work directly with interior designers on fixture installs."
          }
        }
      ]
    },
    {
      "@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"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Center Grove",
          "item": "https://nhsindy.com/areas/center-grove.html"
        }
      ]
    }
  ]
}