{
  "@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/crows-nest.html",
      "url": "https://nhsindy.com/areas/crows-nest.html",
      "name": "Handyman in Crow's Nest, Indianapolis",
      "description": "Crow's Nest Indianapolis handyman — ultra-luxury estate service, chair rail, wainscot, high-end fixture swap, garage build-outs. 46208 licensed & insured.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Crow's Nest, Indiana",
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.858,
        "longitude": -86.172
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Luxury handyman Crow's Nest Indianapolis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Crow's Nest is a word-of-mouth referral market for us. Licensed + insured, 21+ years, Nicholas on every job. No rotating crews, no subcontractors."
          }
        },
        {
          "@type": "Question",
          "name": "Concierge handyman Indianapolis north side?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Scheduled recurring visits, flexible calendar, single-point-of-contact. We handle 6-12 items per visit across plumbing, electrical, trim, paint, and fixtures."
          }
        }
      ]
    },
    {
      "@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": "Indianapolis",
          "item": "https://nhsindy.com/areas/indianapolis.html"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Crow's Nest",
          "item": "https://nhsindy.com/areas/crows-nest.html"
        }
      ]
    }
  ]
}