Traditional SEO Foundations

Google Search Console: Setup and Essential Reports

Published: 2026-03-2212 min readv1.0

Key Takeaways

  • Google Search Console is a free, essential tool that shows you exactly how Google sees your website -- including which queries bring traffic, which pages are indexed, and where technical problems exist
  • Set up a Domain property (not URL Prefix) to get complete data across all subdomains and protocols -- DNS verification takes 5 minutes
  • The Performance Report is the most valuable report, showing clicks, impressions, CTR, and average position for every query and page
  • The Index Coverage report reveals which pages Google has indexed, which it has excluded, and why -- critical for ensuring your content is discoverable
  • GSC data feeds directly into both traditional SEO and AI visibility monitoring by revealing which content Google values most

Want to monitor AI visibility alongside Google visibility? Check your AI Score for free -- no signup required, results in 60 seconds.

What Is Google Search Console?

Google Search Console (GSC) is a free web service provided by Google that lets website owners monitor, maintain, and troubleshoot their site's presence in Google Search results. Previously known as Google Webmaster Tools, GSC is the single most important free tool for anyone involved in SEO.

GSC provides data that no other tool can replicate because it comes directly from Google. Third-party tools like Semrush and Ahrefs estimate search data. GSC provides the actual data -- real clicks, real impressions, real positions, and real indexing information.

What GSC tells you:

  • Which queries bring people to your site -- the exact search terms, how often you appear, and how often people click
  • Which pages perform best -- traffic, rankings, and click-through rates per page
  • Which pages are indexed -- and why certain pages are not
  • Technical health issues -- mobile usability problems, Core Web Vitals failures, structured data errors
  • Manual actions -- if Google has penalized your site for policy violations
  • Links to your site -- which external sites link to you (though this data is limited)

For anyone managing a website's SEO, setting up GSC should be the first step.

Setting Up Google Search Console

Step 1: Choose your property type

When adding a new property, Google offers two options:

Domain property (recommended): Covers all URLs under a domain, including all subdomains (www, blog, shop, m), all protocols (http, https), and all paths. Requires DNS verification.

URL Prefix property: Covers only URLs under a specific prefix. For example, https://www.example.com would not include https://blog.example.com or http://www.example.com. More verification methods available.

For most websites, choose the Domain property. It gives you the complete picture in one place.

Step 2: Verify ownership

For Domain properties, DNS verification is the only option:

  1. Log into your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.)
  2. Add the TXT record that Google provides to your DNS settings
  3. Wait for propagation (usually 5-30 minutes, sometimes up to 48 hours)
  4. Click "Verify" in GSC

For URL Prefix properties, additional verification methods include:

  • HTML file upload -- Upload a verification file to your site root
  • HTML meta tag -- Add a meta tag to your homepage's <head>
  • Google Analytics -- Use your existing GA tracking code
  • Google Tag Manager -- Use your existing GTM container

Step 3: Submit your sitemap

After verification, navigate to Sitemaps in the left menu and submit your XML sitemap URL (typically yourdomain.com/sitemap.xml). This tells Google about all the pages on your site and speeds up discovery of new content.

Step 4: Wait for data

GSC begins collecting data immediately after verification, but it takes 24-48 hours for initial data to appear. The Performance Report typically needs 2-3 days to populate. Full data richness builds over weeks as Google collects more impressions and click data.

The Performance Report

The Performance Report is the most valuable section of Google Search Console. It shows four key metrics for your site's presence in Google Search:

The four metrics

| Metric | What It Means | Why It Matters | |---|---|---| | Clicks | Number of times someone clicked your result | Direct measure of traffic from Google | | Impressions | Number of times your result appeared in search | Shows visibility regardless of clicks | | CTR (Click-Through Rate) | Clicks divided by impressions | Indicates how compelling your titles and descriptions are | | Average Position | Your average ranking position | Tracks ranking performance over time |

Dimensions and filters

The power of the Performance Report lies in its filtering capabilities:

  • Queries: See exactly which search terms trigger your site's appearance. Filter by query to track specific keywords.
  • Pages: See performance per URL. Identify your best and worst performing pages.
  • Countries: See where your traffic originates geographically.
  • Devices: Compare desktop, mobile, and tablet performance.
  • Search Appearance: Filter by rich results, FAQ snippets, video results, and other SERP features.
  • Date range: Compare time periods to track progress (up to 16 months of data).

Practical uses

Find quick-win keywords: Filter for queries where your average position is 8-20 (bottom of page 1 or top of page 2) with high impressions but low CTR. These are pages that need modest optimization to break into top positions.

Identify declining pages: Compare the last 28 days to the previous 28 days. Pages with dropping clicks or impressions may need content refreshes.

Discover unknown queries: Sort by impressions descending to find queries you rank for that you did not intentionally target. These reveal content expansion opportunities.

Google sees your site. Does AI?

Find out in 60 seconds with a free AI visibility scan.

Check My AI Score

Free -- No signup -- Instant results

Index Coverage Report

The Index Coverage (Pages) report shows which of your pages Google has indexed and which it has not, along with the reason for exclusion. This is essential for ensuring your content is discoverable.

Status categories

  • Valid (indexed): Pages successfully indexed and eligible to appear in search results. This is what you want.
  • Valid with warnings: Indexed but with potential issues (e.g., indexed despite being blocked by robots.txt).
  • Error: Pages Google tried to index but could not. These need immediate attention. Common errors include server errors (5xx), redirect errors, and soft 404s.
  • Excluded: Pages Google chose not to index. This is not always a problem -- it includes intentionally excluded pages (noindex tag), duplicate pages (canonical pointing elsewhere), and pages Google deems low-value.

Key exclusion reasons to monitor

"Crawled - currently not indexed": Google crawled the page but decided not to index it. This often indicates thin content, duplicate content, or low perceived value. Review these pages and either improve them or noindex them intentionally.

"Discovered - currently not indexed": Google knows the page exists but has not crawled it yet. For important pages, this may indicate crawl budget issues. Submit the URL via the URL Inspection tool.

"Duplicate without user-selected canonical": Google found duplicate versions of a page and chose one to index. Implement proper canonical tags to control which version Google indexes.

"Blocked by robots.txt": A robots.txt rule prevents Google from crawling the page. Review your robots.txt to ensure important pages are not accidentally blocked.

URL Inspection Tool

The URL Inspection tool lets you check the status of any individual URL on your site. Enter a URL in the search bar at the top of GSC, and you get:

  • Indexing status: Is the page indexed? When was it last crawled?
  • Canonical URL: Which URL does Google consider the canonical version?
  • Mobile usability: Does the page pass mobile-friendliness tests?
  • Structured data: Are there schema markup errors or warnings?
  • Rich results: Is the page eligible for rich results in search?

Practical uses

Request indexing: After publishing new content or making significant updates, use the URL Inspection tool to request that Google re-crawl the page. This can speed up indexing from days to hours.

Debug indexing issues: If a page is not appearing in search results, the URL Inspection tool tells you exactly why -- whether it is a noindex tag, a canonical issue, a robots.txt block, or a crawl error.

Verify fixes: After fixing technical issues, use the tool to confirm that Google can now properly access and understand the page.

Core Web Vitals Report

Core Web Vitals (CWV) measure the real-world user experience of your pages, based on three metrics:

| Metric | What It Measures | Good Threshold | |---|---|---| | LCP (Largest Contentful Paint) | Loading speed -- how fast the main content loads | Under 2.5 seconds | | INP (Interaction to Next Paint) | Responsiveness -- how fast pages respond to user input | Under 200 milliseconds | | CLS (Cumulative Layout Shift) | Visual stability -- how much the page layout shifts during loading | Under 0.1 |

The GSC Core Web Vitals report groups your URLs into "Good," "Needs Improvement," and "Poor" based on actual Chrome user data (CrUX). Unlike lab testing tools, this data reflects real user experiences on real devices.

Pages with poor Core Web Vitals may rank lower in Google Search and are also less likely to be cited by AI models. AI crawlers have limited time to fetch pages -- slow-loading pages are often skipped entirely.

How to fix CWV issues

  • LCP issues: Optimize images (use WebP/AVIF, lazy loading), minimize render-blocking resources, use a CDN, implement server-side caching
  • INP issues: Reduce JavaScript execution time, break up long tasks, use web workers for heavy computation
  • CLS issues: Set explicit width/height on images and videos, avoid inserting content above existing content, use font-display: swap for web fonts

Sitemaps and Removals

Sitemaps

The Sitemaps section lets you submit and monitor XML sitemaps. Key functions:

  • Submit sitemaps: Add your sitemap URL and Google will regularly check it for new and updated pages
  • Monitor status: See when Google last read your sitemap and how many URLs it discovered
  • Track errors: Google flags sitemap errors like invalid URLs or formatting issues

Best practices: keep your sitemap under 50,000 URLs per file (use sitemap index files for larger sites), only include canonical URLs, and update the <lastmod> date when content actually changes.

Removals

The Removals tool has three tabs:

  • Temporary Removals: Request that Google temporarily hide a URL from search results (lasts 6 months). Useful for urgently removing sensitive content.
  • Outdated Content: See removal requests others have made for your content using Google's "Remove Outdated Content" tool.
  • SafeSearch Filtering: Check if Google has flagged any of your content as adult content.

GSC and AI Visibility

While Google Search Console focuses on traditional Google Search, its data is valuable for AI visibility strategy:

Indexing is the foundation

A page that Google cannot index is unlikely to be cited by AI models. ChatGPT, Perplexity, and Gemini all rely on web data that overlaps significantly with Google's index. Use GSC's Index Coverage report to ensure your most important content is indexed.

Performance data reveals AI-relevant content

Pages that perform well in Google Search for informational queries are often the same pages that AI models cite. Use the Performance Report to identify your highest-impression informational content, then ensure it is also optimized for AI citation (clear definitions, structured data, quotable chunks).

Technical health affects all crawlers

Core Web Vitals, mobile usability, and structured data issues that GSC flags affect your site's accessibility to all crawlers, including AI bots. Fix GSC errors and you simultaneously improve conditions for AI crawler access.

Pair GSC with AI visibility tools

GSC tells you how Google sees your site. For a complete picture, pair it with AI visibility monitoring that tracks how ChatGPT, Gemini, Perplexity, and Copilot see your content. Together, these tools reveal both your traditional and AI search performance.

Frequently Asked Questions

What is Google Search Console?

Google Search Console is a free tool from Google that helps website owners monitor their site's presence in Google Search results. It provides data on search queries, click-through rates, indexing status, mobile usability, Core Web Vitals, and more.

How do I verify my website in Google Search Console?

The recommended method is DNS verification, which covers all subdomains and protocols. Add the TXT record Google provides to your domain's DNS settings and wait for propagation. Alternative methods include HTML file upload, meta tag, Google Analytics, and Google Tag Manager.

How long does it take for data to appear in Google Search Console?

Initial data appears within 24-48 hours after verification. The Performance Report typically takes 2-3 days to populate. Historical data is only available from the verification date forward. Full data richness builds over weeks.

What is the difference between Domain and URL Prefix properties?

A Domain property covers all URLs across all subdomains and both protocols, requiring DNS verification. A URL Prefix property covers only URLs under a specific prefix. Domain properties are recommended for most sites because they provide the complete picture.

Can Google Search Console help with AI SEO?

Yes, indirectly. GSC data reveals which queries and pages Google values, and there is significant overlap with AI quality signals. The Index Coverage report ensures your pages are indexed (a prerequisite for AI visibility). For direct AI tracking, pair GSC with tools like AImetrico.

How often should I check Google Search Console?

Check the Performance Report weekly and the Index Coverage report monthly. Review Core Web Vitals quarterly or after site changes. Enable email notifications for critical issues like manual actions or significant indexing errors.

Ready to check your AI visibility?

GSC shows Google. AImetrico shows AI. Get your free AI Score in 60 seconds.

Check My Website

Trusted by 2,400+ websites -- No credit card required

Google Search ConsoleGSC setupsearch console reportsperformance reportindex coverageSEO monitoring

Related Articles