{
  "@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/commercial-exterior-painting.html",
      "url": "https://nhsindy.com/services/commercial-exterior-painting.html",
      "name": "Commercial Exterior Painting — Retail, Office, Warehouse",
      "description": "Commercial exterior painting across Indianapolis metro. Storefront, trim, fascia, metal doors, parking stripes. Licensed & insured since 2005.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Commercial Exterior Painting",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Commercial Exterior Painting — Retail, Office, Warehouse",
      "description": "Commercial exterior painting across Indianapolis metro. Storefront, trim, fascia, metal doors, parking stripes. Licensed & insured 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": "Who paints commercial buildings in Indianapolis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We handle commercial exterior painting across 18 Central Indiana cities. Storefronts, metal doors, fascia, trim, parking-line striping. Scheduling around your business hours (early morning, overnight, weekends) included."
          }
        },
        {
          "@type": "Question",
          "name": "Cost to repaint a commercial storefront?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Small single-tenant storefront: $2,400–$5,800. Multi-tenant strip plaza: $8,000–$22,000. Full facade refresh with trim + metal doors: quoted per job after site walk."
          }
        }
      ]
    },
    {
      "@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": "Commercial Exterior Paint",
          "item": "https://nhsindy.com/services/commercial-exterior-painting.html"
        }
      ]
    }
  ]
}