{
  "@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/areas/avon.html",
      "url": "https://nhsindy.com/areas/avon.html",
      "name": "Handyman in Avon, IN",
      "description": "Avon handyman serving Prestwick, The Villages, and all 46123 subdivisions. Drywall, paint, TV mount, plumbing, and flooring. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Avon, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.7628,
        "longitude": -86.3994
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do you drive to Avon from Greenwood?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Avon is a 25-minute drive and we work Hendricks County weekly. No 'we don't go that far' excuses."
          }
        },
        {
          "@type": "Question",
          "name": "How much to mount a TV in Avon?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most TV mounts (under 75\"): $150–$250 plus the mount hardware. With in-wall HDMI pull and power relocation: $275–$400."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Service Areas",
          "item": "https://nhsindy.com/areas/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Avon",
          "item": "https://nhsindy.com/areas/avon.html"
        }
      ]
    }
  ]
}