Scotts Web Dev Banner
Did you notice... every article on this site has an associated video? Consider subscribing to Scotts Web Dev on YouTube! :)

Validate Website On Google Search Console

As a web developer, you’ll need to get your website set up on Google Search Console. This means you’ll add your website as a property and validate that you are the owner of that website.

I think it’s at the point of validating ownership that a lot of people face issues.

Here are 3 ways to validate your website on google search console.

How To Validate Website On Google Search Console – 3 Ways

There are many different validation methods. I’m going to show you three of them in this video: DNS Validation, File Validation, and Meta Tag Validation.

Method 1 : Add Your Site To Google Search Console Using DNS Validation

Method 1 involves logging into your registrar (where you bought your domain) and adding a TXT record to your DNS settings. If you have custom nameservers (like me), your DNS settings may be at your hosting provider control panel.

If you’re unsure, ask your hosting company or register in a support email.

Simply insert a new DNS record of type TXT with the value google gives you, using the DNS record UI available to you. Use @ for the name and TTL can be anything, but I set it to 14400.

Click Verify on Google Search Console.

Method 2 : Add Your Site To Google Search Console Using File Upload Validation

Method 2 is for the prefix method. You will download a .html file that google gives you and upload it to the document root of your webserver.

Your document root is the uppermost folder of your public facing website. Usually (but not always) containing wp-admin, wp-includes, and wp-content if you’re using WordPress.

Upload this file via FTP (see how to use FTP). Click verify on Google Search Console

Method 3 : Add Your Site To Google Search Console Using Meta Tag Validation

Method 3 is for the prefix method. You will copy a meta tag that Google Search Console gives you and paste it into the head of your document. If you’re using WordPress, be sure to do this in a child theme (or use a plugin) so changes to your theme don’t get overwritten.

Once you’ve added the meta tag, upload your new header HTML to your website using FTP (see how to use ftp), GIT, or control panel. However you happen to usually do it.

Click Verify on Google Search Console

More How-To’s

Be sure to check out (and subscribe!) to scottsweb.dev on YouTube!