{
  "@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/noblesville.html",
      "url": "https://nhsindy.com/areas/noblesville.html",
      "name": "Handyman in Noblesville, IN",
      "description": "Noblesville handyman serving Hamilton Proper, Mill Ridge, Morse Reservoir, and the historic square. Drywall, paint, TV mount, plumbing, and flooring. Licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Noblesville, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 40.0456,
        "longitude": -86.0086
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do you work on lake homes at Morse Reservoir?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Morse homes need specific seasonal maintenance (trim paint, screen-porch repair, dock-adjacent wood). We schedule spring and fall visits for recurring clients."
          }
        },
        {
          "@type": "Question",
          "name": "Can you repair historic plaster and trim?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We match vintage trim profiles, patch plaster, and work carefully in 1880s–1920s homes near the square without damaging original details."
          }
        },
        {
          "@type": "Question",
          "name": "How quickly can you do a pre-listing punch list?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most pre-listing jobs are 1–2 day turnaround once scheduled. We prioritize them because MLS photos are time-sensitive."
          }
        }
      ]
    },
    {
      "@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": "Noblesville",
          "item": "https://nhsindy.com/areas/noblesville.html"
        }
      ]
    }
  ]
}