{
  "@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/chatham-hills-westfield.html",
      "url": "https://nhsindy.com/areas/chatham-hills-westfield.html",
      "name": "Handyman in Chatham Hills, Westfield",
      "description": "Chatham Hills Westfield handyman — new-construction punch list, kitchen tile, ceiling fans, TV mount. $700K+ luxury. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Chatham Hills, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 40.072,
        "longitude": -86.178
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Handyman Chatham Hills Westfield?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Chatham Hills is weekly work. We cover the entire community and adjoining Viking Meadows. 21+ years, licensed + insured."
          }
        },
        {
          "@type": "Question",
          "name": "New-construction punch list service Westfield?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We batch 6-12 builder-ignored items into one visit. Typical punch-list visit: $650–$1,400 — far cheaper than getting the builder's trades back individually."
          }
        }
      ]
    },
    {
      "@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": "Westfield",
          "item": "https://nhsindy.com/areas/westfield.html"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Chatham Hills",
          "item": "https://nhsindy.com/areas/chatham-hills-westfield.html"
        }
      ]
    }
  ]
}