How to Set Up Google Search Console for a New Website: Beginner’s Walkthrough

How to Set Up Google Search Console for a New Website: Beginner’s Walkthrough

by | Jul 18, 2026 | Uncategorized | 0 comments

You just launched your new website and you want to know if Google sees it, indexes it, and ranks it. The fastest way to get those answers is to install Google Search Console (GSC) on day one. This free tool from Google is the official window into how your site performs in Search, and it costs nothing besides a Google account.

In this beginner walkthrough, we will show you exactly how to set up Google Search Console for a brand new domain, verify ownership, submit your first sitemap, and identify the three reports that actually matter when you are just getting started.

What is Google Search Console and Why You Need It From Day One

Google Search Console is a free service that helps you monitor, maintain, and troubleshoot your site’s presence in Google Search results. Unlike Google Analytics, which tracks user behavior after they land on your site, GSC tells you what happens before the click: which queries trigger your pages, how often they appear, and whether Google can crawl them properly.

Here is what you unlock the moment you connect it:

  • The exact keywords people type to find you on Google
  • Your average position and click-through rate for every query
  • Indexing status for every URL on your site
  • Mobile usability and Core Web Vitals reports
  • Manual action and security alerts (so you know fast if something is wrong)

For a new site, the biggest win is faster indexing. Without GSC, you wait for Google to discover your pages on its own. With it, you can ask Google to crawl them.

google search console dashboard

Before You Start: What You Need

The setup process is short, but make sure you have these three things ready:

  1. A Google account (a free Gmail address works fine)
  2. Access to your domain registrar (GoDaddy, Namecheap, OVH, Cloudflare, etc.) OR access to your website backend (WordPress admin, CMS, or FTP)
  3. A working sitemap.xml file (most CMS like WordPress with Yoast or Rank Math generate it automatically)

Step 1: Create or Sign In to Your Google Account

Go to search.google.com/search-console and click Start now. If you already have a Gmail or Google Workspace account, sign in. We recommend using a dedicated business email rather than your personal one, so the property stays with your company even if an employee leaves.

Step 2: Add Your Property (Domain vs URL Prefix)

Once you are signed in, you will be asked to add a property. You have two options, and the choice matters.

Property Type What It Covers Verification Method
Domain All subdomains and protocols (http, https, www, m.) DNS record only
URL prefix One specific URL version (e.g., https://www.itimap.com/) HTML file, meta tag, Google Analytics, Google Tag Manager, or DNS

Our recommendation: choose the Domain property. It is cleaner, captures everything, and prevents data fragmentation between www and non-www versions.

google search console dashboard

Step 3: Verify Ownership of Your Domain

Option A: DNS Verification (Recommended)

After entering your domain, Google gives you a TXT record that looks like google-site-verification=xxxxxxxxxxxx.

  1. Copy the TXT record
  2. Log in to your domain registrar (where you bought the domain)
  3. Open the DNS management area
  4. Create a new TXT record with the value Google provided. Leave the host field as @ or blank
  5. Save the record
  6. Go back to Search Console and click Verify

Most registrars apply the change in a few minutes, but DNS propagation can take up to 24 hours. If verification fails on the first try, wait an hour and click verify again.

Option B: HTML Tag Verification (For URL Prefix Properties)

If you picked URL prefix and you run WordPress, the easiest way is the HTML tag method:

  1. Copy the meta tag Google provides
  2. Paste it into the <head> section of your site, either through your SEO plugin (Yoast SEO has a dedicated field under General > Site Connection) or directly in your theme header.php
  3. Click Verify

Step 4: Submit Your XML Sitemap

Verification is done. Now you tell Google where to find all your pages. This is the single most useful action you can take on a brand new site.

  1. In the left menu, click Sitemaps
  2. In the field, type the path to your sitemap (usually sitemap.xml or sitemap_index.xml for Yoast)
  3. Click Submit

If you do not know where your sitemap is, try these common locations in your browser:

  • yoursite.com/sitemap.xml
  • yoursite.com/sitemap_index.xml
  • yoursite.com/wp-sitemap.xml (default for WordPress without SEO plugin)

Within a few hours, Search Console will show how many URLs were discovered. Within a few days, it will report how many were indexed.

Step 5: Request Indexing for Your Key Pages

While Google crawls your sitemap, you can speed things up for your most important pages (homepage, key services, top blog posts).

  1. Paste a URL into the URL Inspection bar at the top of GSC
  2. Wait for the inspection to complete
  3. Click Request indexing

There is a daily quota, so use it for your top 5 to 10 pages only.

google search console dashboard

The First Reports That Actually Matter

You have set everything up. Data will start flowing within 24 to 72 hours. Here are the three reports a beginner should check weekly.

1. Performance Report

This is the heart of Search Console. It shows four metrics: clicks, impressions, average CTR, and average position. For a new site, focus on impressions first. Impressions mean Google is showing you in results, even if no one clicks yet. That is the first sign your SEO is working.

2. Pages (Indexing) Report

Found under Indexing > Pages. It tells you how many of your URLs are indexed and, more importantly, which ones are not and why. Common reasons include:

  • Crawled – currently not indexed: Google saw the page but does not consider it valuable enough yet
  • Discovered – currently not indexed: Google knows the page exists but has not crawled it
  • Page with redirect or Not found (404): usually expected, but worth checking

3. Core Web Vitals and Mobile Usability

These reports flag pages that load slowly or render poorly on mobile. For a new site, the data takes 28 days to populate fully, but any error showing up here should be fixed quickly because they affect rankings.

Bonus: Connect Search Console to Google Analytics 4

Once both tools are running, link them. In GA4, go to Admin > Product Links > Search Console Links. This lets you see organic search queries directly inside your Analytics reports, giving you a fuller picture of the user journey.

Common Mistakes to Avoid When Setting Up GSC

  • Setting up only the URL prefix version and forgetting that www and non-www are separate properties
  • Deleting the DNS TXT record after verification (Google rechecks periodically, do not remove it)
  • Submitting a sitemap that returns 404 or that lists non-canonical URLs
  • Panicking after 3 days because nothing is indexed yet. Give it 2 to 4 weeks for a new domain
  • Ignoring email alerts from GSC. Add the alert email to a folder you actually read

FAQ

Is Google Search Console free?

Yes, Google Search Console is completely free for any website owner. There is no paid version, and you can add up to 1,000 properties per account.

Do I need a Google account to set up Google Search Console?

Yes, a Google account is the only requirement. A standard free Gmail address works perfectly, but we recommend using a business email tied to your company.

How long does it take for Google Search Console to show data?

Performance data starts appearing within 24 to 72 hours after verification. For a brand new domain, expect 2 to 4 weeks before you see meaningful impressions and clicks.

Can I set up Google Search Console without access to my DNS?

Yes. If you cannot access the DNS, choose the URL prefix property and verify with an HTML file, meta tag, Google Analytics, or Google Tag Manager instead.

What is the difference between Google Search Console and Google Analytics?

Search Console focuses on how your site appears in Google Search (queries, impressions, indexing). Analytics focuses on what visitors do once they land on your site (sessions, conversions, behavior). They complement each other.

How often should I check Google Search Console?

For a new site, a weekly check is enough. Look at the Performance and Pages reports, and respond quickly to any email alerts about indexing issues or security problems.

Final Thoughts

Setting up Google Search Console is the very first SEO task you should complete after launching a website. The whole process takes less than 30 minutes, costs nothing, and gives you the data you need to make every future SEO decision. Verify your domain, submit your sitemap, and check those three core reports each week. From there, your SEO journey is officially underway.