{
  "@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/boulder-ridge-zionsville.html",
      "url": "https://nhsindy.com/areas/boulder-ridge-zionsville.html",
      "name": "Handyman in Boulder Ridge, Zionsville",
      "description": "Boulder Ridge Zionsville handyman — custom kitchens, oversized TV mounts, trim, paint. $650K+ custom builds. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Boulder Ridge, Indiana"
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Handyman Boulder Ridge Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — Boulder Ridge is weekly work. We cover the entire subdivision plus adjoining Wolf Run and Stonegate. 21+ years, licensed + insured."
          }
        },
        {
          "@type": "Question",
          "name": "Kitchen remodel handyman in Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For backsplash, countertop install, appliance swap, fixture update, and painting — that's us. For structural cabinet replacement or gutted remodels we refer to a GC partner."
          }
        }
      ]
    },
    {
      "@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": "Zionsville",
          "item": "https://nhsindy.com/areas/zionsville.html"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Boulder Ridge",
          "item": "https://nhsindy.com/areas/boulder-ridge-zionsville.html"
        }
      ]
    }
  ]
}