{
  "@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/zionsville.html",
      "url": "https://nhsindy.com/areas/zionsville.html",
      "name": "Handyman in Zionsville, IN",
      "description": "Zionsville handyman — Boulder Ridge, Wolf Run, Stonegate, Holliday Farms. TV mount, ceiling fan, tile, paint, drywall. Licensed · BBB A+ · Since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Zionsville, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.9509,
        "longitude": -86.2619
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How much does a handyman cost in Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Our minimum is $150 + materials. Most Zionsville service calls land between $300 and $900 depending on scope. Multi-task honey-do visits are the best value — we batch 4-6 items in one trip instead of charging a separate minimum for each."
          }
        },
        {
          "@type": "Question",
          "name": "Do you service Boulder Ridge, Wolf Run, and Holliday Farms?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — all of them. We also work the custom-home subdivisions off 106th, Michigan Road, and Willow Road. Zionsville is one of our most-served areas."
          }
        },
        {
          "@type": "Question",
          "name": "Can you install a TV over 75 inches on a tall great-room wall?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. 75\", 85\", and 98\" TVs are common in Zionsville builds. We use dead-weight-rated mounts into studs (never drywall anchors alone), pull in-wall HDMI + power, and verify the mount is level to ±1/16\" before we leave."
          }
        },
        {
          "@type": "Question",
          "name": "Do you install ceiling fans on 12–18 foot ceilings?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We bring scaffolding and fan-rated electrical boxes. Installing a fan on a tall ceiling is a licensed-electrical job; we're licensed + insured and handle it properly."
          }
        },
        {
          "@type": "Question",
          "name": "What's your turnaround in Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Estimates by email/text within 24 business hours. Most jobs scheduled within 1–2 weeks; urgent jobs (leaks, broken hardware) handled same or next day when possible."
          }
        },
        {
          "@type": "Question",
          "name": "How do estimates work?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Send photos plus a short description of what you need. We respond within 24 business hours with an estimated range. Complex scopes (multi-room, custom tile, commercial) may require a paid walkthrough, which is credited back to the job if we're hired."
          }
        }
      ]
    },
    {
      "@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"
        }
      ]
    }
  ]
}