{
  "@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/ceiling-fan-install.html",
      "url": "https://nhsindy.com/services/ceiling-fan-install.html",
      "name": "Ceiling Fan Installation & Wiring",
      "description": "Ceiling fan install for Central Indiana — standard, tall-ceiling (12–18ft), and smart-fan wiring. Licensed + insured electrical work. Serves Greenwood, Carmel, Fishers, Zionsville, Westfield.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Ceiling Fan Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Ceiling Fan Installation & Wiring",
      "description": "Ceiling fan install for Central Indiana — standard, tall-ceiling (12–18ft), and smart-fan wiring. Licensed + insured electrical work. Serves Greenwood, Carmel, Fishers, Zionsville, Westfield.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Can a handyman install a ceiling fan?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A licensed and insured handyman can, yes — and should. A ceiling fan requires a fan-rated electrical box (standard junction boxes cannot support the torque) and proper wiring. We're licensed + insured and do this dozens of times per month."
          }
        },
        {
          "@type": "Question",
          "name": "How high should ceiling fans be mounted?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Blades should be 8–10 feet from the floor for proper airflow. On taller ceilings, use a longer downrod to drop the fan to that range. Most manufacturers sell downrods in 6\", 12\", 24\", 36\", and 48\" lengths."
          }
        },
        {
          "@type": "Question",
          "name": "Can you install a ceiling fan on a 14-foot ceiling?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We bring scaffolding for installs 12+ feet. Common in Zionsville, Carmel, Fishers, and Westfield custom great rooms. Typical cost: $300–$475 with scaffolding."
          }
        },
        {
          "@type": "Question",
          "name": "How much does a ceiling fan install cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standard 8ft ceiling replacement: $150–$225. New switch-loop install: $275–$450. Tall ceiling (12–18ft) with scaffolding: $300–$475. Fan itself is separate."
          }
        },
        {
          "@type": "Question",
          "name": "Do I need an electrician for a ceiling fan?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "You need licensed electrical work. A licensed handyman covers most residential ceiling fan installs. For a fan being added where there was never a ceiling box, we pull wire, add a switch, and patch drywall — all in-house."
          }
        }
      ]
    },
    {
      "@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": "Ceiling Fan Install",
          "item": "https://nhsindy.com/services/ceiling-fan-install.html"
        }
      ]
    }
  ]
}