{
  "@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/saddle-club-estates-bargersville.html",
      "url": "https://nhsindy.com/areas/saddle-club-estates-bargersville.html",
      "name": "Handyman at Saddle Club Estates, Bargersville",
      "description": "Saddle Club Estates Bargersville handyman — equestrian luxury, barn maintenance, estate finish work, custom trim. White-glove service from Greenwood HQ.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Saddle Club Estates, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.518,
        "longitude": -86.189
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Handyman Saddle Club Estates Bargersville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Equestrian-adjacent estates are one of our most discreet markets. Owner-operated, scheduled, NDA-friendly."
          }
        },
        {
          "@type": "Question",
          "name": "Do you maintain barns and outbuildings?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Door hardware, interior trim, lock service, drywall, painting, tile, fence repair, and outbuilding siding patches. Same craftsmanship standard as the main house."
          }
        }
      ]
    },
    {
      "@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": "Bargersville",
          "item": "https://nhsindy.com/areas/bargersville.html"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Saddle Club Estates",
          "item": "https://nhsindy.com/areas/saddle-club-estates-bargersville.html"
        }
      ]
    }
  ]
}