{
  "@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/williams-creek.html",
      "url": "https://nhsindy.com/areas/williams-creek.html",
      "name": "Handyman in Williams Creek, Indianapolis",
      "description": "Williams Creek Indianapolis handyman — English Tudor and Georgian estate maintenance, mahogany trim, pool-house repair. $1.5M+ estates. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Williams Creek, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.873,
        "longitude": -86.1577
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Handyman Williams Creek Indianapolis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Williams Creek is one of our quietest but highest-value markets. Licensed + insured, 21+ years, referred in by word of mouth."
          }
        },
        {
          "@type": "Question",
          "name": "Licensed handyman for historic estates in Williams Creek?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Insurance certificate available same-day. We work carefully, we don't damage original details, and we don't subcontract."
          }
        }
      ]
    },
    {
      "@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": "Indianapolis",
          "item": "https://nhsindy.com/areas/indianapolis.html"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Williams Creek",
          "item": "https://nhsindy.com/areas/williams-creek.html"
        }
      ]
    }
  ]
}