{
  "@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/tile-installation.html",
      "url": "https://nhsindy.com/services/tile-installation.html",
      "name": "Tile Installation — Backsplash, Bath, Floor",
      "description": "Tile install for Central Indiana kitchens, baths, and floors. Subway, large-format, mosaic, marble slab. Serves Carmel, Zionsville, Fishers, Westfield, Greenwood. Since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Tile Installation",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Tile Installation — Backsplash, Bath, Floor",
      "description": "Tile install for Central Indiana kitchens, baths, and floors. Subway, large-format, mosaic, marble slab. Serves Carmel, Zionsville, Fishers, Westfield, Greenwood. 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": "How much does a kitchen backsplash cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Labor only: $650–$2,200 depending on tile type and square footage. Tile material ranges wildly — classic subway ceramic runs $3–$8/sq ft; high-end porcelain slab runs $25–$75/sq ft. Total backsplash install typically $1,100–$4,500."
          }
        },
        {
          "@type": "Question",
          "name": "Best backsplash materials for kitchens?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For durability + timeless look: ceramic subway or large-format porcelain. For a premium statement: marble slab or waterjet mosaic. Avoid peel-and-stick — it fails in 2–3 years and removes paint with it."
          }
        },
        {
          "@type": "Question",
          "name": "Can a handyman install tile?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A licensed, insured handyman with tile experience, yes — and that's us. We've installed tile for 21+ years across Central Indiana. For extensive custom work (steam showers, outdoor patio, radiant-heat substrate), the same rules apply: slow down, level the substrate, do it once."
          }
        },
        {
          "@type": "Question",
          "name": "Cost of custom backsplash in Carmel?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most Carmel backsplashes (Bridgewater, WestClay, Spring Mill): $1,400–$4,800 total (labor + materials). High-end slab or waterjet can push $8K+. Quote by job after we see the layout."
          }
        }
      ]
    },
    {
      "@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": "Tile Installation",
          "item": "https://nhsindy.com/services/tile-installation.html"
        }
      ]
    }
  ]
}