Skip to main content

Google Search Console

Google Search Console (GSC) is the primary free tool for understanding how Google sees, crawls, and ranks your website. It provides data on search impressions, clicks, index coverage, schema, and more — all from Google's own systems. No other tool gives you this level of direct insight into Google's relationship with your site.


Learning objectives

After completing this module, you will be able to:

  • Use GSC to analyze organic search performance, identify indexation issues, and find optimization opportunities.
  • Build a repeatable weekly GSC workflow.
  • Export data for deeper analysis.

Core GSC reports

Performance report

The Performance report shows click data from Google Search. Dimensions:

  • Queries: What users searched to find your pages.
  • Pages: Which URLs received clicks.
  • Devices: Desktop, mobile, tablet.
  • Countries: Organic traffic by country.
  • Search Appearance: Type of SERP appearance (rich result, discovery search, etc.).

Key metrics:

  • Clicks: Users who clicked through to your site.
  • Impressions: Times your URL appeared in search results.
  • CTR (Click-Through Rate): Clicks / Impressions.
  • Average Position: Average ranking position across impressions.

Important limitation: GSC data is approximate. Queries with very few clicks are anonymized. Impression data depends on the page scroll depth. Position is an average — a URL appearing position 1 on 50 queries and position 50 on 1 query shows an average position lower than 1. Always use position data directionally, not as precise ranking reports.

URL Inspection

Allows you to inspect any URL on your property. Shows:

  • Index status.
  • Last crawl date and user agent used.
  • Canonical URL (Google's selection vs your specified tag).
  • Mobile usability.
  • Schema detection.
  • Enhancements.

Also allows you to test the live URL to see what Google renders at that moment — essential for diagnosing JavaScript rendering issues.

Indexing / Coverage

Shows URL indexation status categories:

  • Valid: Indexed and serving normally.
  • Excluded: Not indexed, with specific reason (canonical, noindex, redirect, crawled-not-indexed, etc.).
  • Warning: Indexed with issues.
  • Error: Not indexed due to an error.

Review the Excluded categories regularly to catch unintended exclusions and quality signals.

Sitemaps

Submit and monitor XML sitemaps. See how many URLs were submitted vs discovered vs indexed. Errors in the sitemap report indicate URLs that cannot be fetched or contain incorrect data.

Enhancements

Shows rich result eligibility for schema types: breadcrumbs, FAQ, HowTo, Products, Reviews, Sitelinks, and others. Errors and warnings are shown per schema type with specific page examples.


Weekly GSC workflow

Step 1: Sitewide performance trend check

Compare last 28 days vs previous 28 days:

  • Are total clicks and impressions increasing, stable, or declining?
  • Are there specific date ranges where a change occurred?

Step 2: Brand vs non-brand segmentation

Filter queries to exclude brand name searches. Review non-branded performance separately:

  • Non-brand organic performance reflects the actual SEO investment.
  • Branded search growth reflects marketing and PR activity.

Step 3: Top page review

Filter to pages → sort by clicks → review top 20 pages:

  • Which pages are growing? Which are declining?
  • Any pages with declining CTR despite stable position?

Step 4: High-impression, low-CTR opportunities

Filter to queries with impressions > [threshold] and CTR < [benchmark]:

  • Average position 4–10 with <3% CTR suggests title/meta description could be improved.
  • Pages in featured snippet position with lower-than-expected CTR may benefit from copy improvements.

Step 5: Indexing report check

Review Coverage / Indexing → Pages:

  • Are there new error categories appearing?
  • Are "crawled, currently not indexed" counts growing?
  • Are valid indexed URL counts declining?

Step 6: Sitemap check

Review Sitemaps report:

  • Are all submitted sitemaps fetching without errors?
  • Is the submitted/indexed URL ratio healthy?

Checklist

  • Correct property is selected (domain property where possible).
  • Date comparisons are fair (28-day windows, avoiding holiday distortions).
  • Non-branded queries are analyzed separately.
  • Indexing report is reviewed for new or growing exclusion categories.
  • High-impression, low-CTR query opportunities are identified.

Measurement

ReportWhat it tracks
Performance → Clicks/ImpressionsTraffic trend and visibility
Performance → Average PositionRanking trend
URL InspectionIndividual page indexation diagnosis
Indexing → PagesSitewide index health
SitemapsSitemap submission and indexation rate
EnhancementsSchema validity and rich result eligibility

Common mistakes

Using only the last 7 days without trend context. 7-day windows include too much noise. Use 28-day or 90-day windows for trend analysis; 7-day only for monitoring immediate changes.

Ignoring query/page pair analysis. Looking at total clicks per page does not reveal which queries drive traffic. Filtering to a specific page and then examining its queries reveals optimization opportunities.

Treating GSC as a real-time tool. GSC data is typically delayed 2–3 days. Actions taken today will not appear in reports for several days.

Forgetting anonymized query limitations. Queries with very low click volume are anonymized and appear as "(other)" in the query report. If a significant proportion of your impressions are in "(other)", the query data you see is incomplete.

Not documenting investigated URLs. When you use URL Inspection to investigate a specific issue, record the result somewhere. Without documentation, you cannot tell whether an issue is new or recurrent.