Tips・Publishing your work

Seeing how search views your site with Search Console

Whether your published pages appear in search is something Search Console can tell you. Free setup, verifying ownership, the two screens to look at first, and what to do when a page isn't indexed.

After you publish, Google Search Console tells you how search sees your site for free: which words people searched, how often you appeared, and how often they clicked. It’s the first tool to set up once your site is live.

The Google Search Console product page, showing the headline “Improve your performance on Google Search” and a Start now button
Any Google account can start using it, at no cost.

Google Search Console

Setting it up

1. Add a property

Sign in through “Start now” and you’re asked which of two registration types you want.

TypeWhen to choose it
DomainYou own a custom domain and can edit DNS
URL prefixEverything else. Beginners want this one

Choose URL prefix and enter your published URL exactly, starting with https://.

2. Verify ownership

This is the “is this really yours?” step. Several methods are offered; for a static site, the HTML tag is easiest.

Paste the tag you’re shown into your page’s <head>.

<head>
  <meta charset="UTF-8">
  <meta name="google-site-verification" content="the string you were given">
  <title>About Shima</title>
</head>

Publish the change (upload or push), then click Verify in Search Console.

3. Submit a sitemap (if you have one)

A sitemap is a file listing your pages (sitemap.xml). On a large site, submitting one helps your pages get found.

A handmade site of a few pages doesn’t need one. Telling Google about each page via URL Inspection is plenty.

The two screens to look at first

Performance

Shows which searches you appeared for.

MetricMeaning
ImpressionsHow often your page appeared in results
ClicksHow often it was actually opened
Average positionYour typical rank in results

Pages with many impressions but few clicks are telling you to rewrite the title and description.

TipsGetting found — how to write your title and descriptionWriting the title and description that appear in results

URL Inspection

Type one of your URLs into the box at the top and you’ll see whether Google has it indexed.

If it says the URL is not on Google, click Request indexing — the way to say “please come and look.”

Common statuses and what they mean

StatusMeaning / what to do
Discovered – currently not indexedKnown but not indexed yet. Wait
Crawled – currently not indexedVisited but not indexed. Common on thin pages
DuplicateSomething very similar exists. Differentiate the content
Excluded by noindex tagThe page carries <meta name="robots" content="noindex">. Check it isn’t there by accident

When to come back to it

You don’t need to check daily. These moments are worth it:

  • After adding a page — request indexing via URL Inspection
  • Monthly — look at Performance for the queries rising and falling
  • After a redesign — check that errors haven’t appeared
TipsAdding analytics to see who visitsTo see what visitors did after arriving, read the analytics guide

Summary

  1. Search Console is free. Register with URL prefix and verify with a tag in your <head>
  2. Look at Performance (what you appeared for) and URL Inspection (whether you’re indexed)
  3. Not appearing right after publishing is normal. Request indexing and wait

Knowing which words lead people to you is the clearest guide to what to write next.

FAQ

Is Google Search Console free?
Completely free. Any Google account can register a site, including a personal one.
Why doesn't my newly published site appear in search results?
Publishing alone doesn't tell search engines you exist. Register in Search Console and request indexing from URL Inspection, and you'll be found sooner — though it still takes days to weeks.
What's the difference between Search Console and Google Analytics?
Search Console shows how you appear in search results (impressions, clicks, position); Analytics shows what visitors did once they arrived. One looks at the search side, the other at your site.