{
  "@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/blind-install.html",
      "url": "https://nhsindy.com/services/blind-install.html",
      "name": "Blind & Shade Installation",
      "description": "Blind and shade install across Central Indiana. Faux wood, roller shades, honeycomb, Roman, motorized. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Blind and Shade Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Blind & Shade Installation",
      "description": "Blind and shade install across Central Indiana. Faux wood, roller shades, honeycomb, Roman, motorized. Licensed & insured since 2005.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Professional blind installation cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standard blind install: $45–$85 per window labor. Whole-house (12–18 windows): $550–$1,200. Motorized adds $50–$90 per window."
          }
        },
        {
          "@type": "Question",
          "name": "Should I outside-mount or inside-mount?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Inside-mount is cleaner and preferred when window depth allows (2\" minimum). Outside-mount is better when you want to block light leakage or when the window depth is too shallow."
          }
        },
        {
          "@type": "Question",
          "name": "Can you install smart / motorized shades?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Hunter Douglas PowerView, Lutron Serena, IKEA FYRTUR, SmartWings, and similar. Paired to your app/hub."
          }
        }
      ]
    },
    {
      "@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": "Blinds",
          "item": "https://nhsindy.com/services/blind-install.html"
        }
      ]
    }
  ]
}