{
  "@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/tv-mounting.html",
      "url": "https://nhsindy.com/services/tv-mounting.html",
      "name": "TV Mounting & Home Theater Install",
      "description": "Professional TV mounting in Greenwood, Carmel, Fishers, Zionsville, Westfield, and all Central Indiana. 75\"+ oversized mounts, in-wall HDMI, hidden cables. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "TV Mounting",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "TV Mounting & Home Theater Install",
      "description": "Professional TV mounting in Greenwood, Carmel, Fishers, Zionsville, Westfield, and all Central Indiana. 75\"+ oversized mounts, in-wall HDMI, hidden cables. Licensed & insured.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How much does professional TV mounting cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Basic mount (under 65\"): $150–$250 + mount hardware. Oversized (75\"–85\"): $250–$400. Theater class (98\"+): $400–$650. With in-wall HDMI + power relocation, add $75–$150."
          }
        },
        {
          "@type": "Question",
          "name": "What's the best height to mount a TV?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Rule of thumb: center of the screen at eye-level when seated. For most living rooms that's 42–48 inches from floor to TV center. For theater rooms with reclined seating, 36–42 inches."
          }
        },
        {
          "@type": "Question",
          "name": "Can you hide cables behind a TV in my home theater?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We pull in-wall HDMI from the mount location down to your AV receiver or outlet, and we install a code-compliant recessed power box behind the mount so the power cord disappears. No plastic cable covers."
          }
        },
        {
          "@type": "Question",
          "name": "Can a handyman install a TV mount?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For most residential installs, yes — a licensed and insured handyman with proper tools is the right choice. The key is using dead-weight-rated mounts bolted into studs. For tall walls, stone, or brick, we use structural anchors."
          }
        },
        {
          "@type": "Question",
          "name": "Do you mount TVs over 75 inches?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — regularly. Oversized mounts require a 2-person lift and dead-weight-rated mount bolted into two studs. We carry the right hardware for 75\", 85\", 98\", and above."
          }
        }
      ]
    },
    {
      "@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": "TV Mounting",
          "item": "https://nhsindy.com/services/tv-mounting.html"
        }
      ]
    }
  ]
}