Google Search Console: The Guide to Setup and Analysis
The Google Search Console is the direct data interface between your website and Google. Here you'll learn how to set it up and evaluate it for SEO.
What you will learn
- What the Google Search Console is and what data it gives you about your website
- How to set up a property, verify it and submit a sitemap
- How to use the performance report, page indexing and the URL inspection tool for SEO
- How to find technical problems with the Core Web Vitals and security report
- How to export GSC data and combine it with other tools
What is the Google Search Console?
The Google Search Console (GSC) is a free tool from Google that lets you monitor your website's performance in Google Search and find technical problems. It is the direct communication interface between your website and Google: it shows you how Google crawls, indexes and displays your pages in the search results. The tool used to be called Google Webmaster Tools.
Without the GSC, you're flying blind. With it, you see which search terms you rank for, which pages are indexed, where errors occur and how your pages perform on the Core Web Vitals. It is the foundation of every SEO strategy – and a tool you should keep an eye on permanently, not just set up once.
The Search Console is the direct data interface between your website and Google.
Getting started with the Google Search Console
1. Add a property and verify ownership
Before you access any data, you add your website as a “property” and confirm that it belongs to you. There are two property types:
- Domain property: the recommended method. It combines all subdomains (
www.example.com,blog.example.com) and protocols (HTTP/HTTPS) under one domain. Verification runs through a DNS entry (usually a TXT record) at the domain registrar or hosting provider. - URL prefix property: applies only to URLs with the exact prefix specified (e.g.
https://example.com/blog/). Useful if you have no DNS access or only want to manage part of a website. Here you can verify via HTML file upload, an HTML meta tag in the<head>, Google Analytics or Google Tag Manager.
DNS changes sometimes need a little time to take effect worldwide. The GSC therefore offers the “Verify later” option.
2. Submit a sitemap
An XML sitemap lists the important URLs of your website and helps Google understand your structure and discover new content faster. You go to the “Sitemaps” section, enter the URL of your sitemap (usually at yourdomain.com/sitemap.xml or sitemap_index.xml) and click “Submit.” Many CMS and SEO plugins like Yoast SEO generate the sitemap automatically. How to build a sitemap is covered in depth in the article XML sitemaps.
3. Manage users and permissions
When several people need access, you assign roles: an owner has full control and manages other users. A user with full access sees almost all data but cannot manage users. A restricted user has read-only access. Under Settings > Users and permissions, you also remove unused ownership tokens so former owners don't retain access.
The core reports and how to use them
Performance report
The performance report is the most-used section. It shows how your website performs in the search results – based on four core metrics:
- Clicks: how often users clicked through to your page from the search results.
- Impressions: how often your URLs appeared in the results.
- CTR (click-through rate): the ratio of clicks to impressions. A low CTR often points to weak titles or meta descriptions.
- Average position: the position at which you rank on average.
You filter this data by queries, pages, countries, devices and time range (up to 16 months back). Two especially valuable SEO uses:
- CTR optimization: Find pages with many impressions but a low click-through rate. Here a revised title or a better meta description often pays off.
- Striking-distance keywords: search terms for which you already rank in positions 8–20 and are collecting impressions. With targeted on-page optimization and better internal linking, you often move such pages onto page 1.
Page indexing report
This report shows which pages Google has indexed – and which not, along with the reason. It distinguishes indexed and not indexed pages. Common reasons for exclusion are “Crawled – currently not indexed” (often a sign of thin content), “Excluded by 'noindex' tag,” “Blocked by robots.txt” or “Alternate page with proper canonical tag.” Critical errors like Soft 404, redirect errors or server errors (5xx) should be fixed as a priority. Conversely, you deliberately prevent unwanted indexing of login, admin or internal search pages via noindex or the robots.txt. More on this in the article robots.txt.
URL inspection tool
With the URL inspection tool, you retrieve detailed information for a single URL: whether it is indexed, when it was last crawled, which canonical URL Google recognized and whether structured data is valid. Via “Test live URL,” you see how Google currently renders the page – important for JavaScript-heavy pages. And via “Request indexing,” you ask Google to re-crawl a new or updated page (with a daily limit per property).
Links
The Links report shows internal and external links. For the external links (backlinks), you see your most-linked pages, the most frequent referring websites and the most common anchor texts. For the internal links, you can tell which pages receive many internal references – and where important pages get too few. This helps you distribute internal link equity more deliberately. For a deeper backlink evaluation, see backlink analysis.
Core Web Vitals and security
The Core Web Vitals report measures, based on real user data (Chrome User Experience Report), load speed (LCP), responsiveness (INP – replaced the earlier FID value in 2024) and visual stability (CLS). The GSC rates URLs as “Good,” “Needs improvement” or “Poor” and links to PageSpeed Insights for detailed analysis. How to improve these values is shown by the Page Speed Tools.
The Security and Manual Actions section warns you if Google has detected a policy violation (manual action) or your website has been hacked. Both can cause pages to drop sharply or fall out of the index – after fixing the issue, you submit a reconsideration request.
> Note: Google discontinued the former mobile-friendliness report (Mobile Usability) at the end of 2023. Mobile-first indexing, however, remains standard – Google primarily evaluates the mobile version of your pages. The URL parameter tool and international targeting were also shut down, because Google's algorithm now processes these signals reliably on its own.
Advanced uses
Beyond the standard reports, the GSC offers further functions. It provides dedicated status reports for structured data (FAQ, products, reviews) and shows whether Google could read your markup without errors. For a domain migration, you inform Google via the Change of Address tool. For long-term analyses beyond the 16-month limit, the GSC can be connected to Google BigQuery – how to then evaluate such data with SQL is shown in BigQuery & SQL for SEO. The GSC also integrates with tools like Screaming Frog, Sitebulb, Semrush and Ahrefs, so you can enrich GSC data with additional metrics.
Conclusion
The Google Search Console is indispensable for anyone who takes their website's visibility in Google Search seriously. It monitors performance, uncovers technical problems and reveals concrete optimization potential. It delivers its full value when you review the reports regularly and derive actions from the insights. Those who want to go deeper combine the GSC with keyword tools, crawlers and their own analyses – for example with Python, to evaluate GSC API data across many URLs.
FAQ
Frequently Asked Questions
Yes. The Google Search Console is a free tool from Google. You only need a Google account and have to verify ownership of your website.
A domain property combines all subdomains and protocols under one domain and is verified via DNS. A URL prefix property applies only to the exact prefix specified and can also be verified via HTML tag, HTML file, Analytics or Tag Manager.
It varies – from hours to several days. The request speeds up the process but doesn't guarantee indexing. There is a daily limit for indexing requests per property.
No. Google discontinued the dedicated Mobile Usability report at the end of 2023. Mobile-first indexing, however, still applies: Google primarily evaluates the mobile version of your pages.
Quiz
Test your knowledge
Five questions about the Google Search Console.
Question 1 of 5
Which property type does Google recommend to combine all subdomains and protocols of a domain?