← All Tools
Google Search Console Verification
Google Search Console is essential for monitoring your site's search performance. Before you can use it, you need to verify that you own your site. Here are the 4 ways to do it.
Method 1: HTML File Upload
Difficulty: Easy — best if you have FTP/file access to your server.
Steps:
- Go to Google Search Console and add your property.
- Choose "URL prefix" and enter your site URL.
- Select the "HTML file" verification method.
- Google will give you a verification code. Enter it below.
- Download the generated file and upload it to your site's root directory.
- Click "Verify" in Search Console.
Method 2: HTML Meta Tag
Difficulty: Easy — best for CMS platforms like WordPress, Squarespace, or Wix.
Steps:
- In Search Console, choose the "HTML tag" verification method.
- Google gives you a verification code. Enter just the code below (not the full tag).
- Copy the generated meta tag.
- Paste it in the
<head>section of your homepage. - Click "Verify" in Search Console.
Method 3: DNS TXT Record
Difficulty: Moderate — requires access to your domain's DNS settings.
Steps:
- In Search Console, add your property as a "Domain" property (recommended for full coverage).
- Google will provide a TXT record value (starts with
google-site-verification=...). - Log in to your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.).
- Go to DNS settings and add a new TXT record.
- Set the host/name to
@and paste the value Google gave you. - Wait 5–30 minutes for DNS propagation, then click "Verify".
Tip: DNS verification is the most reliable long-term method. It covers all subdomains and protocols (http/https).
Method 4: Google Analytics
Difficulty: Easiest — if you already have Google Analytics installed.
Steps:
- Make sure Google Analytics (GA4) tracking code is on your homepage.
- You must have "Editor" permission on the GA property.
- In Search Console, choose "Google Analytics" as the verification method.
- Click "Verify" — Google checks for the analytics snippet automatically.
Note: The GA tracking code must use the gtag.js snippet and be in the <head> section.