{
  "@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/window-install.html",
      "url": "https://nhsindy.com/services/window-install.html",
      "name": "Window Install & Repair",
      "description": "Window install and repair across Central Indiana. Vinyl replacement, storm windows, weatherstripping, sash repair. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Window Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Window Install & Repair",
      "description": "Window install and repair across Central Indiana. Vinyl replacement, storm windows, weatherstripping, sash repair. 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": "Cost of window replacement per window?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Insert vinyl (most common): $650–$1,100 total per window installed. Full-frame (bigger job, longer-lasting): $1,100–$2,200 per window. Storm windows: $375–$675 each."
          }
        },
        {
          "@type": "Question",
          "name": "Can you repair a historic double-hung window?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. For Meridian-Kessler, Williams Creek, and similar pre-1940 homes, we repair original sash-cord double-hungs rather than replacing — preserves character and is usually cheaper than full replacement."
          }
        },
        {
          "@type": "Question",
          "name": "How long does window install take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Insert replacements: 45–90 minutes per window. Whole-house replacement (12–18 windows): 2–3 days. Historic sash repair: 2–4 hours per window."
          }
        }
      ]
    },
    {
      "@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": "Window Install",
          "item": "https://nhsindy.com/services/window-install.html"
        }
      ]
    }
  ]
}