Google Search Console: the reports that actually matter
Search Console is free, but most teams only glance at it. Here is which reports catch real search problems early and which ones you can mostly skip.
Every site with a verified domain has a Search Console account sitting there, mostly unopened. Teams check it when traffic drops, skim the graph, and close the tab. That misses most of what it is good for. Search Console is the only place Google tells you, directly, what it thinks of your site: which pages it indexed, which it skipped and why, which queries actually bring people in, and which pages are technically broken in ways your own crawler might miss. Here is how to read the reports that matter and ignore the noise.
The Performance report: read it by query, not by page
The Performance report shows clicks, impressions, average position, and click-through rate for your queries and pages. Most people open it, see the total-clicks line go up or down, and move on. The useful work happens in the filters. Compare two date ranges to see which pages gained or lost impressions, then check whether the drop is a ranking problem (position fell) or a demand problem (impressions fell across the board, meaning fewer people are searching that term at all).
Filter by query and sort by impressions with low click-through rate. Those are pages ranking for something people search often, but the listing is not earning the click. That is usually a title or meta description problem, not a content problem. Filter by page and look for two URLs both getting impressions for the same query. That is keyword cannibalization, and it is one of the few problems Search Console will show you that a normal crawl audit will not.
Page indexing: why pages are missing, not just that they are
The Page indexing report (still called Coverage by some tools and older documentation) sorts every URL Google has seen into indexed and not indexed, with a reason for each excluded page. The reasons matter more than the totals. A few show up on almost every site and mean different things:
- Crawled, currently not indexed: Google visited the page and chose not to index it, usually because the content looked thin or too similar to another page.
- Discovered, currently not indexed: Google knows the URL exists but has not crawled it yet, often a crawl budget or internal linking problem.
- Duplicate without user-selected canonical: Google found near-identical content and picked a canonical on its own, which may not be the URL you wanted.
- Alternate page with proper canonical tag: expected and fine. This is your canonical tag working as intended, not an error.
Do not chase the total excluded count to zero. Some exclusions, like the canonical case above, are the system doing its job. Focus on "crawled, currently not indexed" for pages you actually want ranking. That is the category worth investigating page by page.
URL Inspection: the closest thing to seeing what Google sees
The URL Inspection tool checks a single URL against Google's index and, on request, runs a live test that shows the rendered HTML, the screenshot Google's renderer produced, and any resources that were blocked. This is the fastest way to confirm a fix actually worked. After you resolve a noindex tag, a broken canonical, or a JavaScript rendering issue, run the live test before you request indexing. If the live test still shows the old, broken state, your fix has not deployed yet or is being served from a cache, and requesting indexing early just wastes the crawl.
A quick routine for using it
- Run the live test on the URL, not just the indexed version.
- Check the rendered HTML for the content and tags you expect to see.
- Check the screenshot to confirm the page did not render blank or broken.
- Only request indexing once the live test confirms the fix is live.
Enhancements and manual actions: the reports you check, not read daily
The Enhancements section reports on structured data types Google recognizes on your site, breadcrumbs, products, FAQs, and flags markup errors. Check it after you add or change schema, not on a schedule. Manual Actions and Security Issues are different: they only show up when Google has penalized or flagged your site directly, so an empty report is good news, not a report with nothing to see. Set an email alert for both rather than checking manually, since these need a fast response when they do appear.
Search Console does not tell you what to fix. It tells you where to look.
None of these reports replace a full technical audit or a rank tracker, and Search Console's own numbers lag by a few days and round small values, so treat exact click and impression counts as directional, not precise. What it gives you instead is a direct line to what Google actually did with your site: which pages it indexed, why it skipped the rest, and which queries are already sending traffic. Start with the Performance report filtered by low click-through rate, check Page indexing for anything marked "crawled, currently not indexed," and confirm every fix with a live URL Inspection test before you ask Google to recrawl it.