How to Submit a Sitemap to Google Search Console (2026)

Learn how to submit your sitemap to Google Search Console step-by-step, fix common errors, and get your pages indexed faster.
Md.Zain
How to Submit a Sitemap to Google Search Console (2026)

How to Submit a Sitemap to Google Search Console (Step-by-Step Guide)

If your pages aren't showing up in Google search results, submitting a sitemap to Google Search Console is one of the fastest ways to help Google find and index them. This guide walks through exactly how to do it — for Blogger, WordPress, or any custom site — plus how to troubleshoot common submission errors.

What Is a Sitemap and Why It Matters

A sitemap is an XML file that lists every important URL on your site, helping search engines discover pages faster — especially new ones with few or no internal/external links pointing to them yet. Submitting it doesn't guarantee ranking, but it significantly speeds up indexing and gives you visibility into crawl errors through Search Console's reports.

Step 1: Verify Your Site in Google Search Console

Before submitting anything, your site needs to be verified as owned by you.

  1. Go to Google Search Console and sign in with your Google account.
  2. Click Add Property and choose either the Domain property (covers all subdomains/protocols) or URL prefix property (simpler, works well for Blogger).
  3. Verify ownership using the method Google suggests — for Blogger, this is often automatic since Blogger is a Google product; for other platforms, you may add an HTML tag, upload an HTML file, or use a DNS record.

Step 2: Find Your Sitemap URL

Most platforms generate a sitemap automatically:

  • Blogger: your sitemap is typically at yourblog.com/sitemap.xml (Blogger also auto-generates one at /feeds/posts/default?alt=rss, but sitemap.xml is the standard modern option).
  • WordPress (with Yoast or Rank Math): usually at yoursite.com/sitemap_index.xml.
  • Custom/static sites: you may need to generate one manually or with a sitemap generator tool.

You can always check by typing the URL directly into your browser — if it's correct, you'll see an XML file listing your site's URLs.

Step 3: Submit the Sitemap

  1. In Search Console, select your verified property.
  2. In the left sidebar, click Sitemaps (under the Indexing section).
  3. In the "Add a new sitemap" field, enter just the path — for example, type sitemap.xml (Search Console already knows your domain).
  4. Click Submit.

Google will show a status of "Success" once it has been able to read and process the file. This can take anywhere from a few minutes to a day.

Step 4: Check for Errors

After submission, review the sitemap report for:

  • Couldn't fetch: usually means the URL is wrong or the file isn't publicly accessible — double-check the exact path.
  • Has errors: the XML itself may be malformed — validate it with an XML sitemap validator tool.
  • Success but pages not indexed: submission just tells Google the page exists — indexing itself depends on content quality and crawl priority, so check the Page Indexing report separately.

Bonus: Check robots.txt Isn't Blocking Your Sitemap

Your robots.txt file (usually at yoursite.com/robots.txt) should not disallow the pages listed in your sitemap. It's also good practice to add a line like this inside robots.txt pointing directly to your sitemap:

Sitemap: https://yoursite.com/sitemap.xml

How Long Does Indexing Take After Submission?

There's no fixed timeline — new sites or infrequently updated pages can take days to weeks. You can speed up individual URLs using the URL Inspection tool in Search Console and clicking "Request Indexing" for high-priority pages.

Frequently Asked Questions

Do I need to resubmit my sitemap every time I publish a new post?
No — once submitted, Google periodically recrawls it on its own. Resubmitting isn't necessary unless the sitemap URL itself changes.

What if my sitemap shows "Couldn't fetch"?
Check that the exact URL loads correctly in a browser, that robots.txt isn't blocking it, and that there's no typo in the path you submitted.

Can I submit more than one sitemap?
Yes — larger sites often submit a sitemap index file that references multiple smaller sitemaps (e.g., one for posts, one for pages).

Final Thoughts

Submitting your sitemap is a five-minute task that removes one of the biggest barriers to getting indexed. Pair it with a clean robots.txt, working internal links, and genuinely useful content, and Google has everything it needs to find, crawl, and rank your pages.

Post a Comment