MeshWorld India Logo MeshWorld.
HowTo SEO Google WebmasterTools Analytics 7 min read

How to Set Up Google Search Console for Your Website

Shilpa Chavda
By Shilpa Chavda
How to Set Up Google Search Console for Your Website

Google Search Console is the window into how Google sees your website. Without it, you are flying blind, guessing why your pages rank or disappear. The good news? It is completely free and takes about 20 minutes to set up properly.

This guide walks through verifying your website, submitting your sitemap, and understanding the core reports. No technical background required.

TL;DR
  • Sign up at search.google.com/search-console
  • Verify ownership via DNS record, HTML file, or meta tag
  • Submit your sitemap.xml for indexing
  • Check Coverage report for indexing issues
  • Monitor Performance report for keyword data

Prerequisites

Before starting, you need:

  • A website (even a basic one)
  • Access to your domain’s DNS settings OR your website’s files
  • A Google account (Gmail works)
  • 20-30 minutes of uninterrupted time

How Do I Create a Google Search Console Account?

Time: 5 minutes | Difficulty: ⭐☆☆☆☆

Go to search.google.com/search-console. Click “Start now” and sign in with your Google account.

You will see two property types:

Property TypeBest ForVerification Method
DomainAll URLs across all subdomains (recommended)DNS record
URL PrefixSpecific URL onlyHTML file, meta tag, or Google Analytics

Choose Domain if possible. It covers your entire site including www, non-www, subdomains, and all protocols (http/https) in one view.

Enter your domain name without https:// or www. Just yourdomain.com. Click “Continue.”


How Do I Verify Website Ownership?

Time: 10-15 minutes | Difficulty: ⭐⭐☆☆☆

Google needs proof you control the website. The method depends on your property type.

Domain Property (DNS Verification)

This is the most reliable long-term method. You add a TXT record to your domain’s DNS settings.

  1. Copy the TXT record Google provides (looks like google-site-verification=abc123...)
  2. Log into your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.)
  3. Find the DNS management section
  4. Add a new TXT record:
    • Name/Host: @ (or leave blank, depending on provider)
    • Value: Paste the Google verification string
    • TTL: Leave default
  5. Save and wait 5-10 minutes for DNS propagation
  6. Return to Search Console and click “Verify”
DNS Changes Take Time

If verification fails immediately, wait 10-15 minutes and try again. DNS changes can take up to 48 hours to fully propagate, though usually it is much faster.

URL Prefix Property (Alternative Methods)

If DNS feels intimidating, use these simpler (but more fragile) methods:

MethodHow It WorksBest For
HTML fileUpload a file to your website rootWebsites with file access (FTP, cPanel)
Meta tagAdd code to your homepage <head>WordPress, Squarespace, Wix users
Google AnalyticsAuto-verifies if you already have GA installedSites already using Analytics
Google Tag ManagerAuto-verifies if GTM is installedSites using GTM

For WordPress users: Use a plugin like Yoast SEO, Rank Math, or All in One SEO. They have Search Console verification built in. Just paste your meta tag in the plugin settings.


How Do I Submit My Sitemap?

Time: 5 minutes | Difficulty: ⭐☆☆☆☆

A sitemap tells Google which pages exist on your site and how they connect. Most websites have one automatically generated.

Common sitemap locations:

  • yourdomain.com/sitemap.xml
  • yourdomain.com/sitemap_index.xml
  • yourdomain.com/sitemap.php

To submit:

  1. In Search Console, click “Sitemaps” in the left menu
  2. Enter your sitemap URL (just the part after your domain)
  3. Click “Submit”
No Sitemap?

If you cannot find a sitemap, check with your website platform:

  • WordPress: Install Yoast SEO or Rank Math (creates sitemap automatically)
  • Squarespace: Built-in at /sitemap.xml
  • Wix: Built-in at /sitemap.xml
  • Shopify: Built-in at /sitemap.xml
  • Custom site: Use a sitemap generator tool

What Reports Should I Check First?

Time: Ongoing | Difficulty: ⭐⭐☆☆☆

Once verified and sitemap submitted, focus on these four reports:

1. Coverage Report

Shows which pages Google has indexed and which have problems.

StatusWhat It MeansAction
ValidIndexed and appearing in searchMonitor only
Valid with warningsIndexed but has minor issuesReview when convenient
ExcludedGoogle chose not to indexCheck if intentional (category pages, tags)
ErrorCannot index due to problemsFix immediately

Common errors to watch for:

  • Server error (5xx): Your hosting is failing. Contact your host.
  • Soft 404: Page says it exists but acts like a 404. Fix content or return proper 404.
  • Blocked by robots.txt: Important pages accidentally blocked. Update robots.txt.
  • Crawl anomaly: Googlebot cannot access your site. Check server logs.

2. Performance Report

The goldmine. Shows what queries bring you traffic, your rankings, and click-through rates.

Key metrics:

  • Total clicks: People who clicked your result
  • Total impressions: Times your result appeared
  • Average CTR: Percentage of impressions that became clicks
  • Average position: Your typical ranking spot

How to use it:

  1. Look for keywords with high impressions but low CTR. These mean you rank, but your title/description is not compelling. Rewrite them.
  2. Find keywords ranking 8-15. Small improvements here can push you to page one.
  3. Discover keywords you had no idea you ranked for. Often long-tail gems.

3. Page Experience Report

Combines Core Web Vitals and mobile usability into one view.

Core Web Vitals measure:

  • LCP (Largest Contentful Paint): How fast main content loads (goal: under 2.5s)
  • FID (First Input Delay): How fast page responds to clicks (goal: under 100ms)
  • CLS (Cumulative Layout Shift): Visual stability (goal: under 0.1)

Poor scores do not prevent indexing, but they can hurt rankings. Most modern website builders handle these reasonably well.

4. Mobile Usability Report

Shows pages with mobile display issues. Critical since Google uses mobile-first indexing.

Common issues:

  • Text too small to read
  • Clickable elements too close together
  • Content wider than screen
  • Viewport not set

Frequently Asked Questions

How long does it take for data to appear?

Performance data appears within 24-48 hours of verification. Coverage data can take 3-7 days for a complete picture. Be patient; Search Console is not real-time.

Do I need Search Console if I have Google Analytics?

Yes. They serve different purposes. Analytics shows what visitors do on your site. Search Console shows how they found you and how Google sees your site. Both are essential.

Can I add multiple users to Search Console?

Yes, and you should. Go to Settings > Users and Permissions. Add your team members with appropriate permission levels (Full, Restricted, or Associate).

What if my sitemap submission fails?

Check that the sitemap URL is correct and accessible. Open it in a browser. If it loads, try submitting again in 24 hours. If it still fails, the sitemap may have formatting errors. Run it through a sitemap validator.

How often should I check Search Console?

Weekly: Performance and Coverage reports for new issues. Monthly: Deep dive into keyword data and ranking trends. Quarterly: Review all reports and plan content strategy based on data.

Can Search Console help me remove a page from Google?

Yes. Use the Removals tool for temporary removal (6 months). For permanent removal, first remove the page from your site or add a noindex tag, then request removal via Search Console.


Summary

Setting up Google Search Console takes 20-30 minutes but provides visibility that lasts years:

  1. Create account - Choose Domain property when possible
  2. Verify ownership - DNS method is most reliable
  3. Submit sitemap - Helps Google find and index your pages
  4. Monitor Coverage - Catch indexing issues early
  5. Review Performance - Find keyword opportunities

Search Console is not a set-it-and-forget-it tool. Make it part of your weekly routine, and you will catch problems before they tank your traffic.