{
  "@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/westfield.html",
      "url": "https://nhsindy.com/areas/westfield.html",
      "name": "Handyman in Westfield, IN",
      "description": "Westfield handyman serving Chatham Hills, Viking Meadows, and Centennial. Ceiling fan install, TV mount, drywall, paint, and flooring. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Westfield, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 40.0428,
        "longitude": -86.1275
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do you service Chatham Hills and Viking Meadows?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Westfield is one of our fastest-growing service areas, and Chatham Hills / Viking Meadows are weekly job sites for us."
          }
        },
        {
          "@type": "Question",
          "name": "Can you handle new-construction builder punch lists?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes, this is one of our most common Westfield jobs. We batch 6–12 items in a single trip, which is far cheaper than paying your builder's trades for one-off visits."
          }
        },
        {
          "@type": "Question",
          "name": "What's a ceiling fan install cost in Westfield with tall ceilings?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Base install $150–$250 + the fan. Tall-ceiling installs (12ft+) run $300–$450 because we bring scaffolding and do licensed electrical work."
          }
        },
        {
          "@type": "Question",
          "name": "Are you licensed and insured?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Licensed + insured, BBB A+ accredited, founded 2005. Certificate of insurance available same-day on request."
          }
        }
      ]
    },
    {
      "@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"
        }
      ]
    }
  ]
}