Google Search Console Tutorial

Your Free Window Into Google's Index

What is Google Search Console?

Google Search Console (GSC) is a free tool that helps you monitor, maintain, and troubleshoot your site's presence in Google Search results. It is the single most important SEO tool — no website should operate without it.

Step 1: Add Your Site to GSC

1. Go to search.google.com/search-console and sign in with your Google account.

2. Choose "URL prefix" method (easier for beginners). Enter your full URL (e.g., https://example.com).

3. Verify ownership using one of these methods:

  • HTML file upload: Download the verification file and upload it to your site's root directory. This is the simplest method.
  • HTML meta tag: Add a meta tag to your site's <head> section (works for most CMS platforms like WordPress).
  • Google Analytics / Google Tag Manager: If you already have GA/GTM installed, use this — it requires no extra steps.
  • DNS record: Add a TXT record to your domain's DNS settings (best for wildcard domains).

4. Click "Verify." If successful, you will see the GSC dashboard.

Step 2: Submit Your Sitemap

1. In the left sidebar, go to "Sitemaps."

2. Enter your sitemap URL (usually sitemap.xml).

3. Click "Submit." Google will start crawling your sitemap to discover all your pages.

4. Check the "Submitted" and "Indexed" counts after a few days. If they match, your sitemap is working perfectly.

Step 3: Check Indexing Status

Go to "Pages" in the left sidebar. This shows:

  • Indexed: Pages that Google has added to its index (will appear in search).
  • Excluded: Pages Google chose not to index (e.g., noindex, canonicalized, not found).
  • Error: Pages Google could not index (server errors, redirect errors, blocked by robots.txt).
  • Warning: Pages with issues (e.g., indexed without content, duplicate without canonical).

Step 4: Fix Coverage Issues

Common issues and how to fix them:

  • "Submitted URL not found (404): The page URL in your sitemap no longer exists. Either restore the page or remove it from the sitemap.
  • "Submitted URL blocked by robots.txt": Check your robots.txt — it may be blocking the page. Use Disallow: carefully.
  • "Duplicate without canonical": Add a <link rel="canonical"> tag pointing to the preferred version of the page.
  • "Crawled — currently not indexed": This often means Google found the page low-quality. Improve the content and request reindexing.

Step 5: Analyze Performance Report

The "Performance" report (formerly "Search Analytics") is a goldmine of data:

  • Total clicks: How many times users clicked on your site from search results.
  • Total impressions: How many times your site appeared in search results.
  • Average CTR: Clicks / Impressions. Aim for 3–10%+ depending on position.
  • Average position: Your average ranking. Lower is better.

Use the "Queries" tab to see which keywords drive traffic. Sort by impressions to find opportunities — keywords where you rank on page 2–3 but have high impressions. Improving those pages can bring quick wins.

Pro Tip: Connect GSC with Google Analytics (GA4) by linking both properties in the GSC settings. This lets you see which keywords lead to actual conversions, not just clicks.