Google Search Console (GSC) is a free tool from Google that every website owner should be using. It allows you to monitor how your site appears in Google search results, identify technical issues, submit content for indexing, and understand which search queries bring visitors to your site. This step-by-step guide will walk you through the entire setup process.
Step 1: Access Google Search Console
Step 2: Choose a Property Type
Google offers two property types:
Domain Property (Recommended)
Covers all URLs across all subdomains (www, blog, shop) and both HTTP and HTTPS. This is the best option for comprehensive coverage. Verification requires a DNS TXT record.
URL Prefix Property
Covers only URLs under a specific prefix (e.g., https://www.example.co.tz). This means http://example.co.tz would be a separate property. However, it offers more verification methods.
Step 3: Verify Ownership (Domain Property Method)
yourbusiness.co.tz), Google will display a TXT record that looks like: google-site-verification=aBcDeFgHiJkLmNoPqRsTuVwXyZ
@ and the value set to the verification string Google provided.
Host: @
Value: google-site-verification=aBcDeFgHiJkLmNoPqRsTuVwXyZ
TTL: 3600
Step 4: Alternative Verification Methods (URL Prefix)
If you chose the URL Prefix property type, you have additional options:
- HTML File Upload: Download a verification HTML file and upload it to your website's root directory via File Manager or FTP.
- HTML Meta Tag: Add a meta tag to your homepage's
<head>section. - Google Analytics: If you already have Google Analytics installed, GSC can verify through your existing tracking code.
- Google Tag Manager: Similar to Analytics, if GTM is already on your site.
<meta name="google-site-verification" content="aBcDeFgHiJkLmNoPqRsTuVwXyZ" />
Step 5: Submit Your Sitemap
Once verified, the first thing you should do is submit your XML sitemap. This tells Google about all the pages on your site.
sitemap.xml or sitemap_index.xml) and click "Submit." Google will begin processing your sitemap and crawling your pages.
For detailed instructions on creating a sitemap, see our guide on How to Create an XML Sitemap and Submit It to Search Engines.
Step 6: Request Indexing for Important Pages
Use the URL Inspection tool to check if specific pages are indexed and request indexing for new or updated pages.
Understanding the GSC Dashboard
Performance Report
This is where you will spend most of your time. It shows total clicks, impressions, average click-through rate (CTR), and average position for your site in search results. You can filter by query, page, country, device, and date range. For Tanzanian businesses, filter by country (Tanzania) to see local performance.
Coverage / Indexing Report
Shows which pages are indexed, which have errors, and which are excluded. Common issues include pages blocked by robots.txt, redirect errors, and soft 404 pages. Fix errors promptly to maintain healthy indexing.
Core Web Vitals
Displays your site's performance metrics: Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). Poor scores here can negatively impact rankings. For speed optimization tips, see our Page Speed Optimization guide.
Essential GSC Tasks for Ongoing SEO
- Weekly: Check the Performance report for trending queries and pages.
- Monthly: Review the Coverage report for new errors or indexing issues.
- After site changes: Use URL Inspection to request re-indexing of updated pages.
- Quarterly: Review Core Web Vitals and address any regressions.
For the complete official documentation, visit Google's Search Console help center. For advanced SEO analysis techniques using GSC data, Moz's guide to Google Search Console is an excellent resource.