Create Google reCaptcha Keys

reCaptcha is a free service from Google that helps protect websites from spam and abuse. It is easy for humans to solve, but hard for “bots” and other malicious software to figure out. By adding reCaptcha to a site, you can block automated software while helping your welcome users to enter with ease.

You use Google reCaptcha by creating a set of keys private to your website and installing them within your website.

On WordPress websites, amongst other uses, we typically reCaptcha on Contact Form 7 to prevent spam form submissions and within WordFence to prevent brute force login attempts.

Navigate to the Google reCaptcha Admin Portal

Sign in with your Google Account

Register a new site

Add the following information
  • A label - this is your name for the key. This is up to you, but we usually use the domain, eg example.com
  • The reCaptcha type. Usually Score based (v3) unless otherwise specified
  • The domains that can use this key - this will be the domain of your website, eg example.com. You can add multiple domains if this is to be used on multiple websites but we recommend using a single set of keys per website.
  • A Project name for the Google Cloud Platform. This is also your choice, but we usually use the website name
  • Click Submit
  • Install your Keys

    You will then be presented with your Site Key and Site Secret. These can be installed within your web application or provided to your web developer for installation
    Article published 23rd July 2024
    Last modified 24th July 2024

    Loading