Google Search Console is the most important free SEO tool available. It tells you which search queries are bringing visitors to your site, which pages Google has indexed, and what technical issues might be hurting your rankings. Setting it up should be one of the first things you do after launching any new site.
Why Search Console matters for new sites
When you launch a new site, Google does not automatically know it exists. Without Search Console, you are waiting passively for Googlebot to discover and crawl your pages. With Search Console, you can actively tell Google your site exists, submit a sitemap so it knows every page to crawl, and monitor how quickly your content gets indexed. This can accelerate your first rankings by weeks or months.
Step 1 — Create a Search Console property
Go to search.google.com/search-console and sign in with your Google account. Click Add Property. You will see two options: Domain and URL prefix. Choose URL prefix and enter your full site URL including https:// (for example, https://www.getnicheiq.com). Click Continue.
Step 2 — Verify ownership
Google needs to confirm you own the site before giving you access to its data. The easiest verification method for an HTML site is the HTML tag method. Google will give you a meta tag that looks like this:
meta name="google-site-verification" content="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Copy this tag and paste it inside the head section of your index.html file, just before the closing head tag. Re-upload the file to Netlify, then return to Search Console and click Verify. Google will check for the tag and confirm ownership.
Step 3 — Create and submit a sitemap
A sitemap is a file that lists all the pages on your site so Google can find and crawl them efficiently. For a simple HTML site, create a file called sitemap.xml and add an entry for each page. A basic sitemap looks like this:
Add all your page URLs inside an XML sitemap structure, then upload it to your site root so it is accessible at yourdomain.com/sitemap.xml. In Search Console, go to Sitemaps in the left sidebar, enter sitemap.xml in the field, and click Submit.
Step 4 — Request indexing for your key pages
In Search Console, use the URL Inspection tool (top search bar) to enter the URL of each important page on your site. Click Request Indexing. This tells Google to prioritize crawling that specific page. Do this for your homepage and your most important blog articles when you first launch.
What to monitor in Search Console
Once your site has been live for a few weeks and is receiving some traffic, check these reports regularly. The Performance report shows which search queries are generating impressions and clicks — invaluable for understanding what content is working. The Coverage report shows which pages Google has indexed and flags any errors. The Core Web Vitals report shows whether your pages are fast enough to meet Google's performance benchmarks.
Search Console and AdSense approval
Having Search Console set up and active before applying for AdSense is not officially required, but it demonstrates to Google that your site is actively maintained and that you understand basic SEO. It also helps you confirm that your content is actually being indexed before you apply — applying while large portions of your site remain unindexed is a common mistake that leads to rejection.