learngoogle search consolesearch consolegsc seo

Google Search Console Guide: Every Report Explained

A comprehensive breakdown of every Google Search Console report with actionable SEO insights. Learn how to use GSC for better search performance.

Published: May 18, 2026

Try our free SEO tools

Google Search Console Guide: Every Report Explained

Google Search Console (GSC) is a free tool from Google that helps webmasters monitor, analyze, and optimize their site’s visibility in search results. Understanding each report in GSC is essential for diagnosing issues, improving rankings, and measuring performance over time. This guide explains every major report, what it means, and how to act on the data.

Overview of Google Search Console

GSC provides data directly from Google’s search index. It shows how Google sees your site, which queries drive traffic, crawl errors, index coverage, and mobile usability. It complements analytics tools like Google Analytics 4 by focusing on organic search performance.

To set up GSC, verify ownership via DNS, HTML file upload, or Google Tag Manager. Once verified, data begins populating within hours to days.

Core Reports in Google Search Console

1. Search Performance Report

The Search Performance report is the most critical for SEO. It shows:

  • Total clicks
  • Total impressions
  • Click-through rate (CTR)
  • Average position
  • You can filter by:

  • Date range (up to 16 months)
  • Search type (web, image, video, news)
  • Country
  • Device
  • Query
  • Page
  • #### Practical Tips:

  • Identify high-impression, low-CTR queries. Optimize meta titles and descriptions to improve CTR.
  • Review pages ranking between positions 6–10. These are prime candidates for content updates to reach page one.
  • Use the "Pages" tab to find underperforming URLs with traffic potential.
  • {
    

    "rows": [

    {

    "keys": ["example-query", "web", "US", "desktop"],

    "clicks": 125,

    "impressions": 1200,

    "ctr": 0.104,

    "position": 7.2

    }

    ]

    }

    This data structure represents a typical API response from the Search Console API, useful for automation and reporting.

    Free SEO tools like Screaming Frog or SEOptimer can help audit pages identified in this report.

    2. URL Inspection Tool

    The URL Inspection tool lets you check the indexing status of individual pages. Enter any URL to see:

  • Indexing status (excluded, indexed, submitted)
  • Last crawl date
  • Crawl errors
  • Mobile usability
  • Rendering issues
  • #### Action Steps:

  • Use it after publishing new content to request indexing.
  • Diagnose why a page isn’t appearing in search.
  • Check for "Crawled – currently not indexed" status, which may indicate low content quality or thin content.
  • 3. Index Coverage Report

    The Index Coverage report categorizes all URLs Google has processed:

  • Error: Pages that couldn’t be indexed (e.g., 404, server error)
  • Valid with warnings: Indexed but with issues (e.g., indexed though blocked by robots.txt)
  • Valid: Successfully indexed
  • Excluded: Not indexed for a valid reason (e.g., duplicate, canonicalized)
  • #### Key Actions:

  • Fix server errors (5xx) immediately—they block crawling.
  • Resolve 404s by redirecting or restoring content.
  • Review "Blocked by robots.txt" URLs if they should be indexed.
  • Use the "Excluded" tab to ensure canonicalization is intentional.
  • This report helps maintain a clean indexable site structure. Regular audits (monthly) are recommended.

    4. Enhancements (Now Under "Reports")

    Enhancements track structured data and rich result eligibility. Common sub-reports:

  • Breadcrumbs
  • Logos
  • Sitelinks searchbox
  • Articles
  • Datasets
  • FAQs
  • How-tos
  • #### Implementation Guidance:

    For FAQs or How-tos, ensure valid JSON-LD markup:

    If errors appear (e.g., missing fields), correct the markup and request validation in GSC. Google may take days to reprocess.

    Free tools like Google’s Rich Results Test help validate structured data before deployment.

    5. Sitemaps Report

    The Sitemaps report shows submitted sitemaps and any processing errors. Submit sitemap.xml via GSC to help Google discover URLs.

    #### Best Practices:

  • Keep sitemaps updated and under 50,000 URLs or 50MB.
  • Use gzip compression.
  • Include only canonical, indexable URLs.
  • Submit via robots.txt or GSC:
  •   Sitemap: https://example.com/sitemap.xml

    If Google reports "Couldn’t fetch" or "Invalid format", check server accessibility and XML syntax.

    6. Links Report

    The Links report reveals internal and external links to your site:

  • Top linked pages
  • Top linking sites
  • Top linking text (anchor text)
  • #### Strategic Uses:

  • Identify link-building opportunities by analyzing referring domains.
  • Monitor internal link equity distribution.
  • Detect spammy or unnatural backlinks (though not all external links are endorsements).
  • While GSC doesn’t provide disavow functionality, export suspicious domains and use Google’s Disavow Tool if needed.

    7. Mobile Usability Report

    This report identifies pages with mobile interface issues, such as:

  • Small font sizes
  • Clickable elements too close
  • Content wider than screen
  • #### Resolution Steps:

  • Use responsive design (e.g., CSS media queries).
  • Test pages with Chrome DevTools’ mobile emulator.
  • Validate fixes using the Mobile-Friendly Test.
  • With mobile-first indexing, resolving these issues is critical for rankings.

    8. Security & Manual Actions

    Located under "Settings" > "Manual Actions", this section alerts you to:

  • Manual penalties (e.g., unnatural links, thin content)
  • Security issues (e.g., malware, phishing)
  • #### Immediate Actions:

  • If a manual action exists, follow Google’s guidance to fix issues.
  • Request a review only after full remediation.
  • Monitor for security warnings and resolve via your hosting provider or CMS.
  • These are rare but serious. Regular monitoring prevents prolonged deindexing.

    Using the GSC API

    For advanced users, the Search Console API allows automation of data extraction. Use cases include:

  • Scheduled performance reports
  • Bulk URL inspections
  • Integration with dashboards
  • Authentication requires OAuth 2.0 and project setup in Google Cloud Console.

    Example API call to fetch top queries:

    POST https://searchconsole.googleapis.com/v1/urlGroups/example.com:queryIssue
    

    {

    "startDate": "2023-01-01",

    "endDate": "2023-01-31",

    "dimensions": ["query"],

    "rowLimit": 10

    }

    Final Recommendations

  • Review GSC weekly for errors and performance trends.
  • Set up email notifications for critical issues.
  • Cross-reference GSC data with Google Analytics for full user behavior context.
  • Use free SEO tools like Google PageSpeed Insights or Mobile-Friendly Test to validate fixes.

GSC is not a ranking tool—it’s a diagnostic and monitoring platform. Accurate data interpretation leads to better SEO decisions.

Conclusion

Google Search Console is indispensable for technical SEO and performance monitoring. Each report serves a distinct purpose, from indexing diagnostics to traffic analysis. Regular use, combined with structured audits, ensures your site remains visible and healthy in Google search.

Remember: small, consistent improvements based on GSC data drive long-term SEO success.

Free SEO Tools

Next Steps

Get Lifetime Pro Access

Pay once, use forever. All features included.

Learn More