{
  "@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/services/honey-do-hub.html",
      "url": "https://nhsindy.com/services/honey-do-hub.html",
      "name": "Honey-Do List & General Handyman",
      "description": "The honey-do list hub. Batch 4–10 small jobs into one NHS visit and save. Serves Greenwood, Carmel, Fishers, Zionsville, Westfield, and all 18 Central Indiana cities.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "General Handyman Services",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Honey-Do List & General Handyman",
      "description": "The honey-do list hub. Batch 4–10 small jobs into one NHS visit and save. Serves Greenwood, Carmel, Fishers, Zionsville, Westfield, and all 18 Central Indiana cities.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What's a honey-do list?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "It's the informal list of small home-repair and improvement tasks that pile up on the fridge or in a notes app. Classic honey-dos: squeaky door, cracked tile, TV to mount, faucet to replace, fan to install, wall to patch, shelves to hang."
          }
        },
        {
          "@type": "Question",
          "name": "How many items can you do in one visit?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most honey-do visits knock out 4–10 items in 3–5 hours. Heavy days (10+ items) may split into a 2-day job if materials require a midday hardware-store run."
          }
        },
        {
          "@type": "Question",
          "name": "Do you charge by the hour or by the job?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For honey-do visits, we quote a flat rate per grouped list based on your photos. Flat-rate pricing means you know the total upfront and we're motivated to work efficiently."
          }
        },
        {
          "@type": "Question",
          "name": "Can you handle plumbing, electrical, AND drywall in one visit?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — that's our entire model. We're licensed + insured for plumbing and electrical work (within handyman scope) and handle drywall, paint, and carpentry in-house."
          }
        },
        {
          "@type": "Question",
          "name": "Trusted handyman for small repairs?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "That's us — 21+ years in Central Indiana, BBB A+, 5.0 Google (64 reviews), owner-operated. Nicholas is on every job. No subcontractors, no rotating crews."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Services",
          "item": "https://nhsindy.com/services/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Honey-Do Hub",
          "item": "https://nhsindy.com/services/honey-do-hub.html"
        }
      ]
    }
  ]
}