DEV Community

drik morrison
drik morrison

Posted on

Setting Up Google Search Console the Right Way

Setting Up Google Search Console

"Day 2 of my SEO journey. A simple, step by step walkthrough of setting up Google Search Console, picking a property type, and submitting your sitemap."

Google holds close to 90% of the global search market (Webnyxt, 2026). That single fact is why Search Console is the first real tool in this journey. It is the only place that shows you what Google itself sees when it looks at your site, not an estimate from a third party tool, but real first party data.

Yesterday was about goals and picking a toolkit. Today I actually set up Google Search Console (GSC) properly, and this post walks through every step, plus the small mistakes that trip up most beginners.

Key Takeaways

  • Google Search Console is completely free and gives first party data no other tool can match.
  • You get five verification methods to choose from. DNS verification is the most reliable for full domain coverage.
  • Verification can take a few minutes, but Google may take up to 24 hours to confirm it.
  • Submitting a sitemap does not guarantee indexing, but it does speed up discovery.
  • Skipping GSC to GA4 linking on Day 2 is one of the most common beginner mistakes.

Why Google Search Console Comes Before Anything Else

Search Console is not a ranking tool. Think of it as a control panel that sits between your website and Google's index. It shows clicks, impressions, average position, indexing status, mobile usability, and Core Web Vitals, all in one free dashboard.

The reason it matters so much right now is that search itself is getting harder to read. AI Overviews are blending into impression data, and Google's own data retention window is only 16 months, so older baseline numbers are already disappearing for many sites. If you do not start collecting your own data today, you have nothing to compare against six months from now.

Choosing the Right Property Type

Before verifying anything, GSC asks you to pick between two property types, and this choice affects every report you look at later.

  • Domain property. Covers every version of your site: www, non-www, http, and https, all in one view. This is the best pick for most people because it gives the full picture.
  • URL-prefix property. Locks the report to one specific URL base, like a single subdomain. Useful if you manage separate teams for a blog or a store subdomain.

For a single site like a blog or a small business page, the domain property is almost always the simpler and more complete choice.

Step by Step: Verifying Your Site

Google offers five verification methods. Here is how I picked mine and set it up.

  1. Go to Google Search Console and sign in with the Google account you want to manage the property with.
  2. Click "Add Property" and choose Domain or URL-prefix based on the section above.
  3. Pick a verification method. The five options are DNS TXT record, HTML file upload, HTML meta tag, Google Analytics, and Google Tag Manager.
  4. For a Domain property, use DNS verification. Copy the TXT record Google gives you and add it through your domain provider's DNS settings.
  5. Wait for propagation. DNS changes can take anywhere from a few minutes to a few hours to spread, and GSC itself can take up to 24 hours to confirm.
  6. Add a backup owner. Once verified, add at least one other trusted person as an owner, so access does not depend on a single account.

If DNS feels intimidating, HTML file upload or the meta tag method work fine for a URL-prefix property and usually verify almost instantly.

Submitting Your Sitemap

Once verified, the next job is telling Google exactly which pages matter. That is what a sitemap is for.

Go to the Sitemaps section inside GSC and enter your sitemap URL, usually something like yourdomain.com/sitemap.xml. This does not force Google to index every page, but it does help Google discover new content faster, especially for newer sites or sites that publish often, which matters a lot for a daily blog series like this one.

A quick tip worth repeating from more than one source I read today: after any bulk page creation, like publishing many posts at once, or after a major site migration, resubmit your sitemap. Do not just set it once and forget it.

The Three Reports Worth Checking in Week One

GSC has a lot of tabs, but three of them matter most for a beginner.

  • Performance report. Shows which queries bring people to your site, how many clicks and impressions each page gets, and your average position. High impressions with a low click rate usually means your page is showing up, but the title or description is not convincing people to click.
  • Pages (Indexing) report. Shows what Google actually indexed versus what it excluded, and why. This is where a migrated blog often discovers a batch of pages got blocked by accident.
  • Core Web Vitals. A quick health check on page speed and user experience, grouped by good, needs improvement, and poor.

I would not obsess over every number on Day 2. Just open each report once, note your starting point, and move on. The real value shows up after a few weeks of data collection.

Common Mistakes to Avoid on Day 2

  • Choosing URL-prefix when you needed Domain. This creates blind spots where part of your site's data is missing entirely.
  • Forgetting to link GSC with GA4. Doing this early saves a lot of manual cross-checking later, since GA4 can then pull in Search Console data directly.
  • Panicking over empty data. A newly verified property often looks empty for the first few days. That is normal, not a sign something broke.
  • Requesting indexing for every single page. Manual indexing requests are best saved for high value pages, like new posts or pages you just fixed, not everything at once.

Frequently Asked Questions

Is Google Search Console really free?

Yes, completely. There is no paid tier, and every feature, including API access, is available to any verified website owner at no cost.

How long does it take for Google to index a new page after I request it?

Turnaround usually ranges from a few hours to about 10 days, with most pages landing somewhere around 3 to 5 days on average. Submitting a sitemap alongside manual requests tends to help new content get discovered faster.

What is the difference between crawling and indexing?

Crawling is simply Googlebot visiting your page and reading the code. Indexing is Google's decision to actually store that page and consider showing it in search results. A page can be crawled successfully and still not get indexed if Google decides it is not unique or useful enough.

Should I choose Domain or URL-prefix property if I am not sure?

If you only manage one website with one main domain, choose Domain property. It gives you the full picture across all URL variations, and you can always add a URL-prefix property later for a specific section if needed.

What Comes Next

Day 3 covers Google Analytics 4 setup, including the handful of events actually worth tracking in your first week, and how to link it directly to the Search Console property from today. If you are following along, today's task is simple: verify your property, submit your sitemap, and open the Performance report just once to see your starting point.

Top comments (0)