A business owner's banking app gets opened dozens of times a day; every cent that moves in or out of the account is seen instantly. When it comes to that same business's website, the picture is usually reversed: Google Search Console — the free tool that reports exactly how Google sees your site, which searches it shows you for, and which pages it hasn't even indexed — is either never set up or hasn't been opened in months. Yet organic search is the lowest-cost customer channel for many small and mid-sized businesses, and this tool is the only official window into that channel.
Google Search Console is the free platform where Google shares its own data about your site directly with you. It isn't a third-party estimate; click, impression, and indexing information comes straight from Google's own records. In this guide we'll walk through everything a business needs, in order: setup, verification, reading the performance report, and fixing indexing issues — then close with the interpretation mistakes we see most often in the field.
The Difference Between Search Console and Google Analytics
The two tools are often confused because both show "site data," but they look at different moments. Google Analytics measures what a visitor does after they arrive on your site: which pages they browse, how long they stay, whether they fill out a form. Search Console reports the stage before the visitor even reaches your site — what happens in the search results themselves: which queries your site appeared for, how many times it was shown, how many clicks it earned, and what its average position was.
In practice, this distinction means the following: the answer to "why did my site's traffic drop?" is usually found not in Analytics but in Search Console. Only here can you tell whether the drop came from lost impressions (a visibility problem), a falling click-through rate (a title-and-description problem), or pages dropping out of the index (a technical problem). Search Console stores performance data for the last 16 months — enough for a business that wants year-over-year comparisons, but a limited window nonetheless, which is why it's worth building a habit of exporting the data regularly.
Step 1: Setup and Site Verification
To get started, sign in with your Google account at search.google.com/search-console, add your site as a "property," and verify that you own it. Google offers two types of property, and this choice shapes the scope of every report that follows.
Domain Property or URL-Prefix Property?
- Domain property: covers everything under example.com — the www and non-www versions, http and https, and every subdomain are rolled into a single report. Verification is done only through DNS: you add the TXT record Google gives you to your domain's management panel. This is the option we recommend to businesses, because it consolidates data under one roof.
- URL-prefix property: covers only the exact address you enter (for example, https://www.example.com). In exchange, verification options are more flexible: uploading an HTML file to the server, adding a meta tag to the homepage, or verifying through an existing Google Analytics or Tag Manager setup.
If you don't have access to the DNS panel — say the domain sits with an IT vendor or a former agency — you can start with a URL-prefix property and add a domain property later once you gain access; the two can coexist without any conflict.
Let's correct one expectation up front: setting up Search Console doesn't directly affect your rankings. The tool is a reporting and communication channel; when Google applies a manual action, detects a security issue, or finds a major indexing problem, this is where it notifies you (along with an email to your registered address). A Search Console that was never set up means none of these critical alerts ever reach you.
The First Three Tasks After Verification
- Submit your sitemap. Add your sitemap.xml under "Sitemaps." This doesn't guarantee your pages will be indexed, but it meaningfully speeds up discovery and lets you track how many of the submitted pages actually made it into the index.
- Take the first snapshot of the Pages report. How many of your pages are indexed, how many are excluded, and for what reason? This baseline is your reference point for noticing changes later on.
- Set up permissions properly. Give the consultant or agency you work with "full" or "restricted" user access as needed; property ownership should always stay with the business. In our experience, an SEO partner who wants to move ownership into their own account is a warning sign.
Step 2: Reading the Performance Report Correctly
The performance report is the heart of the tool, and it shows four core metrics. Read in isolation, any one of them can mislead you:
- Impressions: how many times your site appeared in search results.
- Clicks: how many of those impressions turned into a visit to your site.
- CTR (click-through rate): clicks divided by impressions.
- Average position: on average, where your site ranked when it appeared.
The report's real power lies in its filters. The Queries tab shows which searches you appear for, the Pages tab shows which URLs drive traffic, and the device and country filters show where your audience comes from. A date comparison — say, "the last 28 days vs. the previous 28 days" — surfaces period-over-period change in a single step. Alongside web search, you can also inspect image and video search separately; in industries where the product is explained visually, this breakdown can reveal surprising opportunities.
Example Scenario: Two Different Pictures on the Same Site
Let's walk through a sample scenario. Say a furniture e-commerce site sees 12,000 monthly impressions, 96 clicks, and an average position of 9.2 for the query "office chair" — a CTR of 0.8%. This is a textbook first-page ceiling: demand is large, visibility exists, but the ranking sits just below the threshold that generates clicks. If the same site shows up for "height-adjustable office chair" with 800 impressions at position 4.1 and a 6% CTR, that tells us content and authority are sufficient for long-tail searches, while the competitive head term needs the page itself strengthened. This data makes it clear which query is worth investing in; in that sense, Search Console is one of the most reliable inputs for keyword research, because it isn't a guess — it's your own site's real performance.
Separate Branded and Unbranded Traffic
We recommend a practical scanning routine: first use the date comparison to see the direction of total clicks, then type your brand name into the query filter to separate branded from unbranded traffic. Branded searches come from people who already know you and are relatively stable; the real impact of SEO work shows up in how unbranded queries move. A monthly review that skips this split tells you almost nothing about where the growth is actually coming from.
One more tip: sort the query table not just by clicks but occasionally by impressions. Queries with high impressions that aren't generating clicks on page one are often the fastest-payoff candidates for improvement — Google already considers the page relevant, and what's missing is a small push. Regularly exporting the report data into a spreadsheet is also the simplest way to build a history beyond the 16-month window.
Step 3: Diagnosing Indexing Issues
The Pages report under "Indexing" lists which of your pages Google has indexed, which it hasn't, and for what reason. The first rule: not every unindexed page is a problem. It's normal — even desirable — for URLs like cart pages, filter combinations, and thank-you screens to stay out of the index. The real problem is when pages that should be driving traffic are left out.
Here are the statuses you'll run into most often and what they mean in practice:
- "Crawled - currently not indexed": Google saw the page but didn't judge it worth indexing. This is usually about thin or duplicate content, or the site's overall quality signal — it isn't a technical glitch, and sending repeated indexing requests won't fix it. The fix runs through strengthening the content.
- "Discovered - currently not indexed": Google knows the URL exists but hasn't crawled it yet. On large sites this points to crawl budget; on smaller sites it usually points to weak internal linking.
- "Excluded by 'noindex' tag": the page carries a tag that blocks indexing. If it was placed deliberately, there's no issue; but if an important category page shows up here, it's most likely a leftover tag from an old design or software update, quietly wiping out organic traffic.
- "Duplicate without user-selected canonical": Google treated the page as a duplicate of another URL and chose which version to index itself. Your canonical tags need a review.
- "Not found (404)" and "Page with redirect": deleted or moved content. Check in particular whether old pages returning 404 have any backlinks pointing at them; if so, set up a redirect to the right page.
Let's also clear up a commonly confused pair: robots.txt and noindex don't do the same job. robots.txt blocks crawling but doesn't remove a page from the index; Google can keep a URL it hasn't crawled in the index based on other signals. If you want a page to stay out of search results, the right tool is a noindex tag — and for the tag to be seen, the page has to be crawlable in the first place. Using both together and then being surprised that "I blocked it and it's still showing up" is one of the most common technical mix-ups we see in the field.
To check a single page, just paste the URL into the search bar at the top: the URL Inspection tool shows the page's index status, the last crawl date, and the version Google saw. For an important page that's newly published or updated, the "Request indexing" button can speed things along — though Google's own documentation is clear that this is a priority request, not a guarantee. Most of the findings in this section — canonical setup, redirect chains, robots.txt configuration — fall under technical SEO; for a systematic sweep, you can work through our technical SEO checklist.
Common Interpretation Mistakes
Search Console's data is accurate; the errors usually happen at the reading stage. Here are the five mistakes we correct most often in consulting conversations:
- Treating average position as a fixed rank. An average position of 8.4 doesn't mean "we're eighth" — it's the average across every query your site appears for. Even starting to show up at position 60 for a new, relevant query will "worsen" the average, even though that's actually a growth signal. Always evaluate position at the individual query level.
- Counting a rise in impressions as success on its own. Impressions are the raw measure of visibility; if they aren't converting into clicks and business, they're just a nice-looking curve on a report. If impressions are climbing while clicks stay flat, the question is clear: which queries are we appearing for, and do our titles genuinely speak to the intent behind them?
- Treating every click drop as a penalty. Seasonality, changes to the search results page layout, and algorithm updates are far more common causes than a penalty. If the Manual Actions report is empty, there's no penalty in play. To systematically rule out the possible causes of a drop, you can follow the sequence in our organic traffic drop guide.
- Misattributing the effect of AI Overviews. As of 2026, AI-generated summaries sit at the top of many informational queries, and Search Console doesn't report these appearances as a separate segment; the related impressions and clicks are folded into overall performance. If your position hasn't changed but your CTR is dropping, the cause may not be a ranking loss but the fact that part of the answer is now delivered directly in the search result. The strategy shifts accordingly: being cited as a source within these summaries, and producing content deep enough to still earn the click, moves to the front.
- Comparing the chart total with the table total. For privacy reasons, Google doesn't show very rare, anonymized queries in the table, and the interface also lists a maximum of 1,000 rows. That's why the chart total and the query table total won't match — it isn't a bug, it's a deliberate design decision.
Make this a rule: no single metric in Search Console tells a conclusive story on its own. Impressions, clicks, CTR, and position only make sense together — broken down by query and page, and compared across at least two periods.
The common outcome of these mistakes is investing in the wrong place: new content gets written for a page that actually has a title problem, a technical fix gets applied to a page with a content problem, and a whole strategy gets rebuilt around a seasonal dip. Reading the data correctly means the budget goes where it should.
Turn Search Console Into a Routine
The tool's value shows up when you check it regularly. A Search Console that only gets opened during a crisis shows you 16 months of history — but by then you've already missed the first signal of the problem. Here's the minimum cadence we recommend:
- Weekly, 10 minutes: compare the last 7 days against the previous 7 in the performance report; confirm the manual actions and security issues sections are empty.
- Monthly, 30–45 minutes: review the changes in the Pages report, look into any new "not indexed" statuses, check the Core Web Vitals report, and pull your monthly summary split by branded/unbranded traffic.
- Quarterly: identify pages that are trending down over the long window and add them to your content refresh plan; confirm the sitemap is current.
Turning this routine's output into decisions is a separate skill; we've covered which metric answers which question in detail in our guide to reading a monthly SEO report. Let's also be direct about this: Search Console gives you the data, but it doesn't prioritize it for you. Telling which "not indexed" status is critical, and which query deserves a content investment, takes experience. In our SEO consulting service, we take on that reading and prioritization work ourselves, so the business gets a reasoned action plan in front of it, not a pile of data.
Conclusion: The Data Comes From Google, the Interpretation From Expertise
Google Search Console is the most reliable data source a business can have about its search visibility: it takes less than an hour to set up, it's free to use, and read correctly, it becomes the compass for both content and technical decisions. The skeleton is straightforward: verify your property, submit your sitemap, monitor the performance report regularly with a branded/unbranded split, interpret the exclusion reasons in the Pages report with judgment, and never make a decision from a single metric in isolation.
That said, hearing what the tool doesn't say out loud — what a rise in impressions actually signals, which indexing status deserves urgent attention, which metric has changed meaning in the age of AI summaries — takes regular practice and experience. Welda's SEO team tracks the Search Console data of the businesses we work with through monthly analysis, turns the findings into a prioritized list, and converts that list into concrete actions. If you'd like to look at how your site appears through Google's eyes together, get in touch; in our first conversation, we'll read through your current Search Console data together.