How to obtain the reCAPTCHA site key and secret key from the Google Admin.

1Answer

Here's a step-by-step guide for creating reCAPTCHA v2 using the Google reCAPTCHA Admin Console:

How to Create reCAPTCHA v2

  • Visit the reCAPTCHA Admin Console: Open your web browser and go to https://www.google.com/recaptcha/admin/create

  • Sign in: If you're not already signed in to your Google account, you'll be prompted to sign in. Use your Google account credentials to log in. 

  • Select reCAPTCHA Type:

    • Choose the type of reCAPTCHA you want to create: "reCAPTCHA v2" (I'm not a robot Checkbox).
  • Set Up reCAPTCHA v2:

    • Label:
      • Enter a label to identify your reCAPTCHA. This is for your reference.
    • reCAPTCHA v2 Options:
      • Select the "reCAPTCHA v2" option.
      • Choose the "I'm not a robot" Checkbox.
  • Add Domains:

    • Under the "Domains" section, enter the domains where you want to use reCAPTCHA.
  • Accept Terms:

    • Accept the reCAPTCHA Terms of Service.
  • Submit:

    • Click on the "Submit" button to create your reCAPTCHA v2.
  • Copy Keys:

    • After submission, you'll be redirected to a page displaying your "Site key" and "Secret key."
    • Copy both keys as you'll need them for implementation.
  • Test:

    • Before deploying to production, test the reCAPTCHA implementation to ensure it works as expected.
  • Done:

    • Congratulations! You've successfully created reCAPTCHA v2 for your website.
Did this answer your question?
...