{
  "@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/flooring-install.html",
      "url": "https://nhsindy.com/services/flooring-install.html",
      "name": "Flooring Install — LVP, Laminate, Vinyl Plank",
      "description": "Flooring install across Central Indiana. LVP, laminate, vinyl plank, transition strips, quarter-round. Licensed & insured. Serves Greenwood, Carmel, Fishers, Zionsville.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Flooring Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Flooring Install — LVP, Laminate, Vinyl Plank",
      "description": "Flooring install across Central Indiana. LVP, laminate, vinyl plank, transition strips, quarter-round. Licensed & insured. Serves Greenwood, Carmel, Fishers, Zionsville.",
      "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 LVP flooring install?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Labor: $2.50–$5.50/sq ft. Add the flooring material cost ($2.50–$7/sq ft for LVP). Total installed: $5–$12/sq ft typical. A 400 sq ft living room lands $2,000–$4,800 installed."
          }
        },
        {
          "@type": "Question",
          "name": "Best flooring for older homes?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For 1920s–1960s homes, LVP is often the best choice — it handles subfloor imperfections better than hardwood-click systems and it's waterproof. For historic character, engineered hardwood click-lock is the next best."
          }
        },
        {
          "@type": "Question",
          "name": "How long does LVP install take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Typical whole-first-floor install (1,000–1,500 sq ft): 2–3 working days. Single-room (under 300 sq ft): 4–6 hours."
          }
        },
        {
          "@type": "Question",
          "name": "Who installs hardwood trim in Carmel?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We do — baseboards, quarter-round, shoe molding, transition strips. Carmel custom homes (WestClay, Bridgewater, Spring Mill) are among our most common trim jobs."
          }
        }
      ]
    },
    {
      "@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": "Flooring Install",
          "item": "https://nhsindy.com/services/flooring-install.html"
        }
      ]
    }
  ]
}