What Is Google Search Console?
Google Search Console (formerly Google Webmaster Tools) is a free service provided by Google that helps website owners monitor, maintain, and troubleshoot their site's presence in Google Search results. Unlike Google Analytics, which tracks what visitors do on your site, Search Console focuses on how Google discovers, crawls, and ranks your pages.
With Search Console you can:
- See which search queries bring users to your site and your average position for each.
- Submit sitemaps to help Google find all your pages.
- Check whether pages are indexed or excluded — and why.
- Receive alerts about security issues, manual penalties, and indexing problems.
- Request re-indexing after making important updates.
- Test whether your pages are mobile-friendly and pass Core Web Vitals thresholds.
You do not need to be an SEO expert to use Search Console effectively. The data is presented clearly, and the actions you can take are straightforward once you understand the basics.
Creating Your Search Console Account
Go to search.google.com/search-console and sign in with a Google account. Use a business Google account rather than a personal Gmail if multiple team members need access — you can grant permissions without sharing login credentials.
Click "Add property" and choose your verification method. Google offers two property types:
- Domain property: Covers all subdomains and protocols (
http,https,www, non-www). Requires DNS verification. Recommended for most businesses. - URL prefix property: Covers only the exact URL you enter (e.g.,
https://www.example.com). Offers multiple verification methods including HTML file upload and meta tag.
If you are unsure which to choose, start with a URL prefix property for your primary domain with HTTPS. You can add a domain property later for broader coverage.
Verifying Site Ownership
Verification proves to Google that you own or manage the website. Google will not show search data until verification is complete. Choose the method that fits your technical comfort level.
HTML File Upload
Google provides a small HTML file to download. Upload it to your website's root directory (the same folder as your homepage) via FTP, SFTP, or your hosting file manager. Once uploaded, click "Verify" in Search Console. The file must remain in place permanently — removing it revokes verification.
HTML Meta Tag
Google gives you a meta tag to paste into the <head> section of your homepage. If you use WordPress, paste it using a header/footer plugin or your theme's custom code settings. Click "Verify" after saving. This is often the easiest method for CMS-based sites.
DNS Verification (Domain Property)
For domain-level properties, add a TXT record to your domain's DNS settings through your registrar (GoDaddy, Namecheap, Cloudflare, etc.). DNS changes can take up to 48 hours to propagate, though most verify within minutes. This method covers all subdomains automatically.
Google Analytics or Tag Manager
If you already have Google Analytics (GA4) or Google Tag Manager installed with edit permissions on the same Google account, you can verify instantly through either service without adding any code.
Submitting Your Sitemap
A sitemap is an XML file that lists all the pages on your website you want Google to index. Submitting it tells Google where to find your content and signals when pages are added or updated.
Finding Your Sitemap URL
Common sitemap locations include:
https://yourdomain.com/sitemap.xmlhttps://yourdomain.com/sitemap_index.xml(WordPress with Yoast or Rank Math)https://yourdomain.com/sitemap.html(some static sites)
Type these URLs in your browser. If you see a structured XML document listing page URLs, you have a sitemap. If you get a 404 error, you may need to generate one — most CMS platforms and SEO plugins create sitemaps automatically.
Submitting in Search Console
- In Search Console, go to "Sitemaps" in the left sidebar under the Indexing section.
- Enter your sitemap URL (just the path, e.g.,
sitemap.xml) in the "Add a new sitemap" field. - Click "Submit."
Status will show as "Success" once Google processes it — usually within a few days for new sites, faster for established ones. You do not need to resubmit after every content update; Google recrawls sitemaps automatically. Only resubmit if you restructure your site or generate a new sitemap file.
For a broader SEO foundation beyond sitemaps, review our SEO checklist for new websites.
Understanding Indexing
Indexing is the process by which Google adds your pages to its search database. A page that is not indexed cannot appear in search results — no matter how well optimized it is.
Checking Index Status
Go to "Pages" under the Indexing section in the left sidebar. This report shows:
- Indexed pages: Pages Google has added to its search index.
- Not indexed pages: Pages Google knows about but chose not to index, with reasons listed.
Common reasons for non-indexed pages include duplicate content, pages blocked by robots.txt, pages with a noindex tag, soft 404 errors, and pages Google considers low quality or thin content.
URL Inspection Tool
The URL Inspection tool at the top of Search Console lets you check any individual page. Enter a URL and Google shows whether it is indexed, when it was last crawled, and any issues detected. If you publish a new page or make significant updates, use "Request Indexing" to ask Google to recrawl it sooner. Google limits indexing requests to prevent abuse, so reserve this for important pages rather than every blog post.
Indexing Best Practices
- Ensure every page you want indexed is linked from at least one other page on your site (internal linking).
- Do not block important pages in robots.txt or with noindex meta tags.
- Avoid duplicate content — use canonical tags to indicate the preferred version of similar pages.
- Keep your sitemap updated and free of 404 or redirected URLs.
Reading Performance Reports
The Performance report is where Search Console delivers its most actionable data. It shows how your site performs in Google Search over a selected date range — typically the last three months by default.
Key Metrics Explained
- Total clicks: How many times users clicked through to your site from Google search results.
- Total impressions: How many times your pages appeared in search results, regardless of whether users clicked.
- Average CTR (click-through rate): Clicks divided by impressions, expressed as a percentage. Low CTR on high-impression queries suggests your title or description needs improvement.
- Average position: Your typical ranking position for the queries shown. Position 1 is the top organic result.
Using the Data
Click the "Queries" tab to see which search terms bring impressions and clicks. Look for queries where you rank on page two (positions 11–20) with decent impressions — these are opportunities where small content improvements or backlink building could push you to page one.
Click the "Pages" tab to identify your top-performing content and pages with high impressions but low clicks. For those pages, rewrite meta titles and descriptions to be more compelling and specific.
Filter by "Countries" and "Devices" to understand where your audience comes from and whether mobile or desktop drives more traffic. If mobile impressions are high but clicks are low, investigate mobile usability issues.
Export data to CSV for deeper analysis or to share with your marketing team. Review performance monthly to track trends rather than reacting to daily fluctuations.
Fixing Common Search Console Errors
Search Console alerts you to problems that affect your search visibility. Addressing these promptly prevents lost traffic and ranking drops.
Coverage and Indexing Errors
- Submitted URL not found (404): A page in your sitemap returns a 404 error. Remove dead URLs from your sitemap or restore the missing page.
- Submitted URL marked noindex: A page in your sitemap has a noindex directive. Either remove the noindex tag if you want it indexed, or remove it from the sitemap.
- Duplicate without user-selected canonical: Google found duplicate pages and could not determine which is primary. Add canonical tags pointing to the preferred URL.
- Crawled — currently not indexed: Google crawled the page but chose not to index it, often due to low quality or redundancy. Improve content depth and uniqueness.
Mobile Usability Issues
Under "Experience" → "Mobile Usability," Search Console flags pages with mobile problems: text too small to read, clickable elements too close together, content wider than the screen, or viewport not configured. Fix these in your CSS and theme settings. Mobile-first indexing means Google primarily uses the mobile version of your site for ranking.
Core Web Vitals
Core Web Vitals measure loading performance (LCP), interactivity (INP), and visual stability (CLS). Pages marked "Poor" or "Needs improvement" may rank lower than faster competitors. Use the report to identify specific URLs with problems, then address image optimization, JavaScript loading, and layout shift causes. Our website speed optimization guide covers practical fixes.
Security and Manual Actions
If Google detects malware, hacked content, or deceptive pages, it sends a security issues alert. Manual actions indicate a human reviewer penalized your site for violating Google's guidelines — typically from unnatural links, thin content, or cloaking. Both require immediate attention. Fix the underlying issue, then submit a reconsideration request through Search Console.
Setting Up Email Alerts
Search Console can email you when critical issues arise — indexing failures, security problems, or manual actions. Go to Settings → Email preferences and enable notifications for all issue types. Many business owners set up Search Console once and forget to check it. Email alerts ensure you learn about problems before they significantly impact traffic.
Your Search Console Routine
Search Console is most valuable when reviewed regularly. Adopt this simple monthly routine:
- Check the Performance report for ranking trends and new query opportunities.
- Review the Pages indexing report for new errors or drops in indexed page count.
- Inspect Core Web Vitals and mobile usability for regressions.
- Confirm your sitemap status is still "Success."
- Request indexing for any major new pages or significantly updated content.
Google Search Console gives you visibility that no other free tool matches. Setup takes less than an hour, and the insights it provides will guide your SEO decisions for as long as your website exists. Start today — every day without Search Console is a day you are flying blind in Google's search results.
