{
  "@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/blog/kitchen-backsplash-carmel-luxury-homes.html",
      "url": "https://nhsindy.com/blog/kitchen-backsplash-carmel-luxury-homes.html",
      "name": "Kitchen Backsplash Ideas for Carmel's Luxury Homes",
      "description": "Best backsplash materials + cost for Carmel Bridgewater, WestClay, Spring Mill homes. Marble slab, large-format porcelain, waterjet mosaic. What works, what doesn't.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Carmel, Indiana"
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Cost of custom backsplash in Carmel?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most Carmel backsplashes land $1,400–$4,800 total (labor + materials). Marble slab and waterjet mosaic can push $6K-$8K+. Quoted per job after seeing the kitchen."
          }
        },
        {
          "@type": "Question",
          "name": "How much does a tile backsplash cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Ceramic subway (entry): $8-$15/sq ft labor + $3-$8/sq ft tile. Large-format porcelain: $14-$22/sq ft labor + $25-$65/sq ft tile. Waterjet mosaic: $18-$30/sq ft labor + $25-$85/sq ft tile."
          }
        },
        {
          "@type": "Question",
          "name": "Best backsplash materials for kitchens?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For durability + look: large-format porcelain or quartzite. For statement: marble slab or waterjet mosaic. Avoid peel-and-stick — fails in 2-3 years."
          }
        },
        {
          "@type": "Question",
          "name": "Can a handyman install a backsplash?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A licensed, insured handyman with tile experience, yes. For slab installs (12×24+), a pro setup with laser-leveled substrate + back-buttering is mandatory."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Blog",
          "item": "https://nhsindy.com/blog/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Kitchen Backsplash Carmel",
          "item": "https://nhsindy.com/blog/kitchen-backsplash-carmel-luxury-homes.html"
        }
      ]
    }
  ]
}