Google Search Console Setup Guide for Beginners
Google Search Console is the single most important free tool for understanding how Google sees your website. It tells you which pages are indexed, what queries bring people to your site, how your Core Web Vitals are performing, and where problems exist that could be hurting your rankings.
Despite being free and incredibly useful, many Australian business owners have never set it up - or set it up years ago and never looked at it again. If that describes you, this guide will walk you through the setup process and show you how to use the data to improve your search performance.
What Is Google Search Console?
Google Search Console (GSC) is a free service from Google that helps you monitor, maintain, and troubleshoot your site’s presence in Google Search results. It provides data directly from Google - not estimates or approximations, but actual data about how Googlebot interacts with your site and how users find you in search results.
Key capabilities include:
- Search performance data - which queries bring users to your site, how many impressions and clicks you receive, your average position, and click-through rates
- Index coverage - which pages Google has indexed, which it has not, and why
- Core Web Vitals - how your pages perform on Google’s user experience metrics (LCP, INP, CLS)
- Mobile usability - whether your pages work correctly on mobile devices
- Schema markup validation - whether your structured data is implemented correctly
- Sitemap management - submitting and monitoring your XML sitemap
- Manual actions - whether Google has applied any manual penalties to your site
- Security issues - whether Google has detected malware, hacking, or other security problems
This is not optional for any business that cares about search visibility. It is the foundation of data-driven SEO.
Step-by-Step Setup Guide
Step 1: Create or Sign In to a Google Account
You need a Google account to access Search Console. If your business already uses Google Workspace (Gmail for business), use that account. If not, any Google account will work.
Important: use an account that the business controls. If your web developer sets up Search Console under their personal Google account and you part ways later, you lose access to your data.
Step 2: Add Your Property
Go to search.google.com/search-console and click “Add Property.”
You will see two options:
Domain property - covers all URLs across all subdomains and protocols (http, https, www, non-www). For example, adding example.com.au as a domain property covers www.example.com.au, https://example.com.au, and any subdomains. This is the recommended option for most businesses.
URL prefix property - covers only URLs under a specific prefix (e.g., https://www.example.com.au/). This is useful if you only want to monitor a specific subdomain or protocol.
For most Australian businesses, the domain property is the right choice. It gives you a complete picture of your site’s search performance without needing to create separate properties for www and non-www versions.
Step 3: Verify Ownership
Google needs to confirm that you own the website before giving you access to its data. The verification method depends on which property type you chose.
For domain properties, DNS verification is required:
- Google will provide a TXT record value (a long string starting with “google-site-verification=”)
- Log in to your domain registrar (Cloudflare, GoDaddy, Crazy Domains, VentraIP, or wherever your domain is registered)
- Navigate to DNS settings for your domain
- Add a new TXT record with the value Google provided
- Return to Search Console and click “Verify”
- DNS propagation can take a few minutes to several hours - if verification fails, wait and try again
For URL prefix properties, you have multiple verification options:
- HTML file upload - download a verification file from Google and upload it to your website’s root directory
- HTML meta tag - add a meta tag to the
<head>section of your homepage - Google Analytics - if you already have Google Analytics installed, GSC can verify through your existing tracking code
- Google Tag Manager - similar to Analytics verification, uses your existing GTM container
The HTML file upload and DNS methods are the most reliable. Meta tag verification can break if your website is redesigned or if the tag is accidentally removed.
Step 4: Submit Your Sitemap
Once verified, submit your XML sitemap to help Google discover all your pages:
- In the left sidebar, click “Sitemaps”
- Enter your sitemap URL (typically
sitemap.xmlorsitemap-index.xml) - Click “Submit”
Your sitemap should list all pages you want Google to index, with accurate lastmod dates. If your site does not have a sitemap, most CMS platforms can generate one automatically. For Astro sites, the @astrojs/sitemap integration handles this. For WordPress, plugins like Yoast SEO or Rank Math generate sitemaps.
If your sitemap has errors or is missing entirely, this is something our SEO audit identifies and fixes as part of the technical SEO review.
Step 5: Wait for Data
Search Console needs time to collect data. Initial data typically appears within 2 to 3 days, but a full picture of your search performance takes 2 to 4 weeks. Be patient - the data is worth the wait.
Key Reports and How to Use Them
Performance Report
This is the most valuable report in Search Console. It shows:
- Total clicks - how many times users clicked through to your site from Google
- Total impressions - how many times your pages appeared in search results
- Average CTR (click-through rate) - the percentage of impressions that resulted in clicks
- Average position - your average ranking position across all queries
You can filter this data by:
- Query - see which search terms bring people to your site
- Page - see which pages receive the most search traffic
- Country - see where your traffic comes from geographically
- Device - compare desktop, mobile, and tablet performance
- Date range - track performance over time
How to use it: Look for pages with high impressions but low CTR - these are pages that rank well but do not attract clicks. Improving the title tag and meta description for these pages can increase traffic without improving rankings. Look for queries where you rank on page two (positions 11 to 20) - these are opportunities where a small ranking improvement could move you to page one and dramatically increase traffic.
Index Coverage Report (Pages Report)
This report shows which pages Google has indexed and which it has not. Pages are categorised as:
- Valid - indexed and available in search results
- Valid with warnings - indexed but with potential issues
- Error - not indexed due to errors (server errors, redirect issues, blocked by robots.txt)
- Excluded - not indexed for various reasons (duplicate content, noindex tag, soft 404)
How to use it: Check this report monthly. Look for unexpected errors, particularly on important pages. If a key service page is showing as “excluded” or “error,” it needs immediate attention. Common issues include accidental noindex tags, broken redirects, and server errors.
Core Web Vitals Report
This report shows how your pages perform on Google’s Core Web Vitals metrics:
- LCP (Largest Contentful Paint) - how quickly main content loads. Good: under 2.5 seconds.
- INP (Interaction to Next Paint) - how quickly the page responds to user input. Good: under 200 milliseconds.
- CLS (Cumulative Layout Shift) - how much the page layout shifts during loading. Good: under 0.1.
Pages are grouped as “Good,” “Needs Improvement,” or “Poor.”
How to use it: If most of your pages are in “Needs Improvement” or “Poor,” your site speed is hurting your rankings. This is often caused by page builder bloat, unoptimised images, or slow hosting. Our guide on why your website is slow covers the most common causes and fixes.
Enhancements Reports
These reports show the status of structured data (schema markup) on your site:
- Breadcrumbs - breadcrumb navigation markup
- FAQ - FAQPage schema
- How-to - HowTo schema
- Sitelinks search box - search box in sitelinks
- Various rich result types - depending on what schema you have implemented
How to use it: Check for errors and warnings in your schema implementation. Valid schema can earn rich results in Google - enhanced listings that take up more space and attract more clicks.
Common Setup Issues and How to Fix Them
Verification Keeps Failing
If DNS verification fails, wait at least 24 hours for propagation. If HTML file verification fails, ensure the file is accessible at the exact URL Google specifies (try visiting it in your browser). If meta tag verification fails, view your page source and confirm the tag is present in the <head> section.
No Data Appearing After Setup
Search Console only shows data from the date of verification onwards - it does not show historical data from before setup. Allow 3 to 5 days for initial data to appear. If nothing shows after a week, check that your site is not blocking Googlebot in robots.txt and that your pages are not set to noindex.
Property Shows Zero Impressions
If your site is brand new with no existing search presence, zero impressions is expected initially. Submit your sitemap, ensure your pages are indexable, and check back in 2 to 4 weeks. If an established site suddenly shows zero impressions, check for a site-wide noindex tag, a robots.txt block, or a manual action under the Security & Manual Actions section.
Multiple Properties for the Same Site
If you created both a domain property and a URL prefix property, the domain property provides the most complete data. You can keep both, but focus your analysis on the domain property.
Best Practices for Ongoing Use
Check it weekly. At minimum, review the Performance and Index Coverage reports weekly. This catches issues before they significantly impact your rankings.
Set up email alerts. Search Console can email you when it detects new issues. Enable these notifications so you are alerted to problems promptly.
Compare date ranges. Use the date comparison feature to spot trends. Comparing this month to last month, or this quarter to the same quarter last year, reveals whether your SEO is improving or declining.
Export data for analysis. GSC lets you export data to spreadsheets for deeper analysis. Export your query data regularly to track keyword trends and identify new opportunities.
Share access with your SEO provider. If you work with an SEO agency or consultant, add them as a user in Search Console. This gives them access to the data they need without sharing your Google account credentials. Our ongoing SEO service uses Search Console data as a primary source for monthly reporting and strategy adjustments.
Frequently Asked Questions
Q: Is Google Search Console free?
Yes, completely free. There is no paid version and no premium features. Every feature and data point is available to all users. Google provides this tool because it benefits them too - when website owners fix issues, Google can crawl and index the web more efficiently.
Q: How is Search Console different from Google Analytics?
Search Console shows you how Google interacts with your site - crawling, indexing, and search result performance. Google Analytics shows you what users do after they arrive on your site - pages visited, time on site, conversions. You need both tools for a complete picture of your online performance.
Q: Can I use Search Console if my site is on WordPress?
Yes. Search Console works with any website regardless of the platform. WordPress, Astro, Wix, Squarespace, custom-built - if it is on the web and accessible to Googlebot, Search Console can monitor it. The platform your site is built on affects performance, but Search Console works with all of them.
Q: How often does Search Console data update?
Performance data typically has a 2 to 3 day delay. The data you see today reflects search activity from 2 to 3 days ago. Index coverage and Core Web Vitals data may update less frequently. Do not expect real-time data - plan your analysis around the delay.
Q: Should I be worried about the errors in my Index Coverage report?
Not all exclusions are problems. Pages intentionally set to noindex (like thank-you pages or admin pages) will appear as excluded, and that is correct. Focus on errors affecting important pages - your homepage, service pages, and key blog posts. If those are showing errors, address them immediately.
Want help interpreting your Search Console data and fixing the issues it reveals? Get a free quote and SEO audit - we will analyse your GSC data and deliver a prioritised action plan.
Need help with your SEO?
Get a free quote and competitor analysis - no obligations, no sales calls.