{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "HomeAndConstructionBusiness",
      "@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": "$$",
      "foundingDate": "2005",
      "description": "Licensed, insured handyman serving 18 Central Indiana cities since 2005. BBB A+, 5.0 Google.",
      "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
      },
      "openingHours": "Mo-Fr 08:00-18:00",
      "areaServed": [
        {
          "@type": "City",
          "name": "Greenwood"
        },
        {
          "@type": "City",
          "name": "Indianapolis"
        },
        {
          "@type": "City",
          "name": "Carmel"
        },
        {
          "@type": "City",
          "name": "Fishers"
        },
        {
          "@type": "City",
          "name": "Zionsville"
        },
        {
          "@type": "City",
          "name": "Westfield"
        },
        {
          "@type": "City",
          "name": "Noblesville"
        },
        {
          "@type": "City",
          "name": "Avon"
        },
        {
          "@type": "City",
          "name": "Center Grove"
        },
        {
          "@type": "City",
          "name": "Bargersville"
        }
      ],
      "sameAs": [
        "https://facebook.com/NicksHandymanServicellc",
        "https://www.bbb.org/us/in/greenwood/profile/handyman-services/nicks-handyman-service-llc-0382-90091812"
      ]
    }
  ]
}