{
  "@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/blog/tv-mounting-fishers-geist-waterfront.html",
      "url": "https://nhsindy.com/blog/tv-mounting-fishers-geist-waterfront.html",
      "name": "TV Mounting in Fishers Waterfront Homes",
      "description": "Hidden wiring, mount height, 75\"+ TV install best practices for Geist Reservoir Admirals Bay and Masthead theater rooms. Cost and process explained.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Fishers, Indiana"
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How high should a TV be mounted?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Living-room rule: center of screen at eye level when seated. Typically 42-48 inches floor-to-center. Theater rooms with recliners: drop to 36-42 inches."
          }
        },
        {
          "@type": "Question",
          "name": "Can I hide cables behind a TV in my home theater?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — pull in-wall HDMI from mount to receiver, install a code-compliant recessed power box behind the mount. No cable covers, no dangling cords."
          }
        },
        {
          "@type": "Question",
          "name": "Best TV mount installer near Geist Reservoir?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For 75\"+ theater-room installs, you want a licensed + insured installer with dead-weight-rated mount hardware and the electrical license to pull power through the wall."
          }
        },
        {
          "@type": "Question",
          "name": "Cost of 85-inch TV mount install?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "$400-$650 installed with full in-wall HDMI + recessed power + level verification. Plus the mount itself ($125-$400 depending on articulation)."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Blog",
          "item": "https://nhsindy.com/blog/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "TV Mount Fishers",
          "item": "https://nhsindy.com/blog/tv-mounting-fishers-geist-waterfront.html"
        }
      ]
    }
  ]
}