Google Search Console: Complete Setup and Usage Guide
- Sezer DEMİR

- Feb 4
- 7 min read
Google Search Console (GSC) is a free tool from Google that shows you how your website performs in Google Search. It tells you which queries trigger your pages, how many clicks and impressions you receive, which pages are indexed, and where Google encounters problems crawling your site. Unlike third-party SEO tools, GSC data comes directly from Google — making it the most authoritative source for understanding your search presence.
This guide walks through everything from initial setup to the weekly habits that help you catch problems early and find ranking opportunities.
⠀
How to Verify Your Site in GSC
⠀
Before GSC shows you any data, you must prove that you own the site. Google offers several verification methods:
HTML file upload: Download a small HTML file from GSC and upload it to your website's root directory. This is straightforward for developers with server access.
HTML meta tag: Add a <meta name="google-site-verification" content="..." /> tag to the <head> of your homepage. Most CMS platforms (WordPress, Wix, Squarespace) have fields specifically for this in their SEO settings.
DNS record: Add a TXT record to your domain registrar's DNS settings. This verifies at the domain level and is the recommended method for Domain Properties (which track all subdomains and protocols under one property). It requires access to your domain registrar dashboard.
Google Analytics: If GA4 is already installed on your site and you are an admin of the GA property, GSC can use that as verification. No code changes required.
Google Tag Manager: If GTM is installed and you are a GTM container admin, that container can verify your site.
The fastest method for most site owners is the HTML meta tag or Google Analytics verification, assuming GA4 is already in place. After verifying, GSC typically begins displaying data within a few days, though historical data from before verification is not available.
⠀
The Property Type Decision: Domain vs. URL-Prefix
⠀
When adding your site, GSC asks whether you want a Domain property or a URL-prefix property.
Domain property (recommended): Covers all subdomains (www, m., blog.) and protocols (http, https) under one property. Requires DNS verification.
URL-prefix property: Covers only the specific URL you enter (e.g., https://www.example.com). Easier to verify but gives you incomplete data if your site exists on multiple subdomains or both http and https.
⠀
If your site is on HTTPS (it should be), choose a Domain property. The consolidation of data makes the reports far more useful.
⠀
Key Reports and What They Tell You
⠀
Performance Report
⠀
The Performance report is the most-used section in GSC. It shows your site's data across four core metrics:
Total Clicks: How many times users clicked your link in search results.
Total Impressions: How many times your link appeared in search results (whether clicked or not).
Average CTR (Click-Through Rate): Clicks divided by impressions, expressed as a percentage.
Average Position: Your average ranking position across all queries that triggered impressions.
⠀
You can filter by query, page, country, device, and date range. The default view shows 3 months of data; extend to 12 or 16 months to spot seasonal trends.
The real value comes from combining dimensions. Click on a page, then switch to the Queries tab to see which search terms that specific page ranks for. This is data you cannot get from GA4 or third-party tools with the same precision.
Index Coverage Report
⠀
The Index Coverage report shows the indexing status of all pages Google has discovered on your site. Pages are categorized as:
Valid: Indexed and eligible to appear in search results.
Valid with warnings: Indexed but with issues worth reviewing (e.g., indexed but blocked by robots.txt, which is contradictory).
Excluded: Not indexed, with a reason provided. Some exclusions are intentional (noindex tags, canonical redirects) and some are problems.
Error: Pages Google tried to index but could not, due to 404s, server errors, or redirect chains.
⠀
Errors require attention. Excluded pages require judgment — many exclusions are correct, but some indicate pages you intended to be indexed are being filtered out.
URL Inspection Tool
⠀
The URL Inspection tool lets you check any specific URL on your site to see its crawl status, indexing status, last crawl date, and whether any issues were detected. You can also request a live test, which fetches the page in real time and shows you exactly what Googlebot sees.
Use the live test when you have just updated a page and want to know if Google can see the changes, or after fixing a technical issue to confirm the resolution before requesting indexing.
You can submit a URL for indexing directly from this tool. This does not guarantee immediate indexing but puts the URL in a priority queue.
Sitemaps
⠀
Submit your XML sitemap under the Sitemaps section. A sitemap helps Google discover and crawl your pages efficiently, especially on larger sites or when your internal linking structure is weak.
After submission, GSC shows how many URLs were discovered in the sitemap versus how many are indexed. A large discrepancy (many discovered, few indexed) points to quality or duplication issues worth investigating.
Core Web Vitals
⠀
The Core Web Vitals report shows field data (real-user measurements from the Chrome User Experience Report) for LCP, FID/INP, and CLS across your pages. Pages are grouped as Good, Needs Improvement, or Poor.
This report is based on real user data, which means it only appears for URLs with sufficient traffic to generate measurements. Low-traffic pages may not have data here even if they have technical issues.
Mobile Usability
⠀
Shows pages that have mobile usability errors detected by Googlebot. Common issues: text too small to read, clickable elements too close together, content wider than screen. These affect both user experience and mobile ranking performance.
Links Report
⠀
Found under Links in the left navigation. Shows your most-linked pages (internal links) and top linking external domains. The external links section here reflects what Google has credited — more conservative than Ahrefs or SEMrush counts but representing confirmed, Google-acknowledged links.
⠀
Using the Performance Report to Find Quick Wins
⠀
The Performance report is where you find your most actionable ranking improvements. Here is a reliable process:
Set the date range to the last 3 months.
Click on the Pages tab. Sort by Impressions (descending).
Click on a high-impression page. Switch to the Queries tab.
Look for queries where your page has high impressions but CTR below 3-4% and average position between 4-15.
⠀
These are pages that appear in search results but rarely get clicked. Improving the title tag and meta description for those specific queries can increase CTR without any content changes. A page at position 6 with a compelling title will consistently outperform a page at position 4 with a generic one.
For queries where you rank positions 8-15, you are close enough to the first page to benefit from content improvements. Add more depth on the exact topics those queries cover, improve internal linking to the page, and the position often improves within weeks.
⠀
Fixing Common Index Coverage Errors
⠀
Crawled - Currently Not Indexed: Googlebot has crawled the page but chose not to index it. Common causes: thin content, near-duplicate pages, poor internal linking signal (the page has very few or no internal links pointing to it). Improve content quality or internal link distribution to these pages.
Discovered - Currently Not Indexed: Google knows the page exists but has not crawled it yet. Often a crawl budget issue on large sites, or the page has low priority due to poor internal linking. Ensure the page is in your sitemap and receives internal links.
Excluded by 'noindex' tag: The page has a <meta name="robots" content="noindex"> tag or a noindex HTTP header. Intentional if you do not want the page indexed; a problem if it was added accidentally. Check your CMS settings and any SEO plugins.
Soft 404: The page returns a 200 HTTP status but displays minimal or empty content. Google considers it effectively a 404. Fix: either add meaningful content to the page or redirect it to a relevant page and return a proper 301.
Duplicate, submitted URL not selected as canonical: You submitted this URL in your sitemap, but Google selected a different URL as the canonical. Check whether the page has a conflicting canonical tag, or whether Google is finding a near-duplicate at a different URL.
⠀
What to Monitor Weekly
⠀
A weekly GSC review does not need to take long. Focus on:
New errors in Index Coverage: Set a filter for the last 7 days and check if new error types have appeared.
Performance trends: Compare the current week to the same week in prior months. Sudden drops in clicks or impressions for specific pages need investigation.
Manual actions: Check Security & Manual Actions > Manual Actions. A manual penalty will be listed here. Empty is good.
Core Web Vitals new issues: Check whether any URLs have moved into the "Poor" category.
⠀
At Blakfy, GSC is the first tool we open when a client reports a traffic drop. Most unexplained ranking changes leave visible traces in the Coverage and Performance reports before they show up in third-party tools.
⠀
⠀
FAQ
⠀
Is Google Search Console free?
Yes, completely free. There is no paid tier. It is available to any site owner who can verify ownership of the domain.
How long does it take for data to appear in GSC after setup?
The Performance report typically starts showing data within 48-72 hours. Index Coverage data takes a few days to a week to populate fully. GSC does not backfill data from before your verification date, so adding your site early — even before you start optimizing — gives you a longer historical record.
Does submitting a URL in GSC guarantee it will be indexed?
No. Submitting a URL requests Google to crawl it, but Google decides independently whether to index it based on quality signals, duplication, crawl budget, and other factors. Consistent refusal to index a URL after submission usually indicates a content quality issue.
How is GSC different from Google Analytics?
GSC shows how your site performs in Google Search specifically — queries, impressions, clicks, indexing status, and crawl issues. GA4 shows what users do after they arrive on your site — pages visited, time spent, conversions, behavior flows. The two tools complement each other and should both be set up and linked.



