---
title: "About Shutters Cape"
description: "Learn more about Shutters Cape, a Somerset West supplier of shutters, blinds, awnings and shading solutions for the Western Cape."
url: "https://www.shutterscape.co.za/about/"
type: "page"
---

# About Shutters Cape

## Content

Since 2005, Shutters Cape has supplied carefully selected shutters, blinds, awnings and shading solutions to homes and businesses across the Western Cape.

We focus on quality products, considered advice and reliable service, helping clients choose solutions that improve comfort, privacy, security and everyday living.

From our Somerset West showroom, clients can view local and imported products, compare materials and finishes, and speak to a team that understands both the products and local conditions.

## Testimonials

> Thank you Shutters Cape for a job well done
>
> - Hannes Van Zyl

> Thanks for the Excellent Service! Will recommend your company to all our friends
>
> - Dennis Potter

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.shutterscape.co.za/#organization",
      "name": "Shutters Cape",
      "url": "https://www.shutterscape.co.za/",
      "logo": "https://www.shutterscape.co.za/assets/images/logo_shutterscape_white.png"
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://www.shutterscape.co.za/#localbusiness",
      "name": "Shutters Cape",
      "url": "https://www.shutterscape.co.za/",
      "telephone": "+27 21 852 8785",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Unit 5, Nobel Park, Nobel Street",
        "addressLocality": "Somerset West",
        "addressRegion": "Western Cape",
        "addressCountry": "ZA"
      }
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.shutterscape.co.za/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "About Shutters Cape",
          "item": "https://www.shutterscape.co.za/about/"
        }
      ]
    }
  ]
}
```
