{
  "@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/trim-crown-molding.html",
      "url": "https://nhsindy.com/services/trim-crown-molding.html",
      "name": "Trim & Crown Molding Install & Repair",
      "description": "Trim carpentry across Central Indiana. Baseboard, crown molding, chair rail, wainscoting, door casing. Miter-tight joints, caulked seams. Since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Trim and Crown Molding",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Trim & Crown Molding Install & Repair",
      "description": "Trim carpentry across Central Indiana. Baseboard, crown molding, chair rail, wainscoting, door casing. Miter-tight joints, caulked seams. 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": "Cost of crown molding in Carmel?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standard crown (3\"–5\" profile): $8–$14/linear ft labor, so a 60-ft great-room run lands $480–$840 labor + $150–$350 material. Oversized / layered profiles (Carmel WestClay, Bridgewater): $16–$28/ft labor."
          }
        },
        {
          "@type": "Question",
          "name": "Can you match vintage trim in historic homes?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. For Meridian-Kessler 1920s bungalows and Williams Creek estates, we custom-order or shop-mill profiles to match. Typical premium over standard trim: 40–80%."
          }
        },
        {
          "@type": "Question",
          "name": "Do you caulk every trim seam?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Color-matched paintable caulk on every crown-ceiling joint, every inside miter, every outside miter, and every wall-baseboard gap. Uncaulked trim shadows visibly after one season."
          }
        }
      ]
    },
    {
      "@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": "Trim",
          "item": "https://nhsindy.com/services/trim-crown-molding.html"
        }
      ]
    }
  ]
}