---
title: "My 100 Club Sign In | Greentech Renewables"
url: https://www.greentechrenewables.co.uk/my-100-club/login
description: "Sign in to My 100 Club to track your application and refer friends to the 100 Home Programme."
lang: en-GB
---

# My 100 Club

Sign in to track your application and refer friends.

Not applied yet? Apply to the 100 Home Programme (https://www.greentechrenewables.co.uk/100-home-programme)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "@id": "https://www.greentechrenewables.co.uk/#localbusiness",
  "name": "Greentech Renewables Ltd",
  "alternateName": "Greentech Renewables",
  "image": "https://www.greentechrenewables.co.uk/logo.png",
  "description": "MCS-certified solar panel, battery storage, heat pump and EV charger installer based in Greater Manchester, serving the North West and the UK. Rated 4.9/5 on Trustpilot with 2,000+ installations.",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Manchester",
    "addressRegion": "Greater Manchester",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.4808,
    "longitude": -2.2426
  },
  "telephone": "+44 333 577 7010",
  "email": "admin@greentechrenewables.co.uk",
  "url": "https://www.greentechrenewables.co.uk",
  "priceRange": "££",
  "currenciesAccepted": "GBP",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:30"
    }
  ],
  "areaServed": [
    {
      "@type": "City",
      "name": "Manchester"
    },
    {
      "@type": "AdministrativeArea",
      "name": "Greater Manchester"
    },
    {
      "@type": "AdministrativeArea",
      "name": "Lancashire"
    },
    {
      "@type": "AdministrativeArea",
      "name": "Cheshire"
    },
    {
      "@type": "AdministrativeArea",
      "name": "Yorkshire"
    },
    {
      "@type": "Country",
      "name": "United Kingdom"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "bestRating": "5",
    "reviewCount": "120"
  },
  "sameAs": [
    "https://uk.trustpilot.com/review/greentechrenewables.co.uk",
    "https://www.facebook.com/greentechrenewables",
    "https://www.instagram.com/greentechrenewables"
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Renewable Energy Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Solar Panel Installation",
          "areaServed": "Greater Manchester"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Battery Storage Systems",
          "areaServed": "Greater Manchester"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Air Source Heat Pumps",
          "areaServed": "Greater Manchester"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "EV Charger Installation",
          "areaServed": "Greater Manchester"
        }
      }
    ]
  }
}
```