{
  "@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/furniture-assembly.html",
      "url": "https://nhsindy.com/services/furniture-assembly.html",
      "name": "Furniture Assembly — IKEA, Crate & Barrel, PB",
      "description": "Professional furniture assembly across Central Indiana. IKEA, Crate & Barrel, Pottery Barn, RH. Same-day on most items. Since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Furniture Assembly",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Furniture Assembly — IKEA, Crate & Barrel, PB",
      "description": "Professional furniture assembly across Central Indiana. IKEA, Crate & Barrel, Pottery Barn, RH. Same-day on most items. 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": "Local furniture assembly service?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "That's us. Serving 18 Central Indiana cities with flat-rate per-item pricing. Same-day often available for single-item jobs. Most weekly work includes dressers, bookcases, desks, playsets, and grills."
          }
        },
        {
          "@type": "Question",
          "name": "How long does IKEA furniture take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Depends on the piece. A MALM dresser: 60–90 min. A PAX wardrobe: 3–5 hours. A KALLAX 2×4 shelf: 20 min. We price flat-rate so the clock isn't your problem."
          }
        },
        {
          "@type": "Question",
          "name": "Do you pick up furniture from the store?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For an extra delivery fee, yes — we'll pick up from IKEA Fishers, Crate & Barrel, or local showroom and deliver + assemble. Priced per job."
          }
        }
      ]
    },
    {
      "@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": "Assembly",
          "item": "https://nhsindy.com/services/furniture-assembly.html"
        }
      ]
    }
  ]
}