{
  "@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/commercial-maintenance.html",
      "url": "https://nhsindy.com/services/commercial-maintenance.html",
      "name": "Commercial Facility Maintenance — Retail, Office, Industrial",
      "description": "Commercial handyman & facility maintenance across Indianapolis metro. National accounts welcome. Drywall, paint, door hardware, plumbing. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Commercial Facility Maintenance",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Commercial Facility Maintenance — Retail, Office, Industrial",
      "description": "Commercial handyman & facility maintenance across Indianapolis metro. National accounts welcome. Drywall, paint, door hardware, plumbing. Licensed & insured since 2005.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 150,
          "description": "$150 minimum service call; materials additional"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Commercial handyman for retail?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — we currently service national retail accounts (Best Buy, O'Reilly, Total Wine, Walgreens, Aspen Dental, Hollister, PacSun) across Central Indiana. Work-order email intake, photos on every job, Net 30 terms available."
          }
        },
        {
          "@type": "Question",
          "name": "Facilities maintenance Indianapolis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. We cover all 18 Central Indiana cities with a single-vendor commercial handyman program. Trip fee $150 upfront, credited to the job on approval."
          }
        },
        {
          "@type": "Question",
          "name": "Do you work with facility management companies?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes — including All American, Global Extreme, Golden Rule, Swift Facilities, Midwest Maintenance, and AX Now. We've been integrated into their work-order systems for years."
          }
        },
        {
          "@type": "Question",
          "name": "Can I set up a recurring commercial account?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Recurring-account discount kicks in after 6 visits. Priority scheduling, standard net-terms billing, and consolidated monthly invoicing available."
          }
        }
      ]
    },
    {
      "@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": "Commercial Maintenance",
          "item": "https://nhsindy.com/services/commercial-maintenance.html"
        }
      ]
    }
  ]
}