How to Register a Sitemap in Search Console|Fixes for When You Can't Submit

June 4, 2026

Author: Shusaku Yosa
サーチコンソールでのサイトマップ登録手順|送信できない時の対処法も解説

Once you publish a site, the first thing you'll want to do is register a sitemap in Google Search Console. Submitting a sitemap lets you tell Google's crawler about your site's structure, making it easier to encourage page discovery and indexing.

That said, common stumbling blocks arise, such as "I'm not sure of the steps" or "I submitted it but got an error." In this article, we explain the sitemap registration steps in Search Console one by one, and also summarize the causes and fixes for common errors like "couldn't submit" and "couldn't be fetched."

The Meaning and Benefits of Registering a Sitemap in Search Console

A sitemap (XML sitemap) is a file like a "map of the site" that tells search engines what pages exist within your site. Because simply placing it on the server may not make the crawler aware of its existence, the reliable approach is to submit the URL from Search Console to explicitly indicate "the sitemap is here."

The main benefits of registering in Search Console are as follows.

  • Makes it easier for Google to crawl pages it might otherwise overlook
  • Makes it easier to get new pages and updates indexed sooner
  • Lets you check the number of submitted URLs and indexing status in the admin panel

The more newly launched a site is with few backlinks, the greater the effect of a sitemap as a clue for the crawler to find it.

Preparation: Get an XML Sitemap Ready

Before registering, confirm that the XML sitemap you'll submit is ready. The creation method differs depending on your environment.

  • For WordPress: Using an XML sitemap generation plugin (e.g., XML Sitemaps) or the sitemap feature of an SEO plugin is convenient, as it is generated and updated automatically.
  • For other CMS / custom-built sites: Create sitemap.xml with a sitemap generation tool or your CMS's feature, and upload it directly under the server's domain.

In either case, be sure to access the sitemap URL in your browser (e.g., https://example.com/sitemap.xml) and confirm that the XML is displayed. If it doesn't display at this point, it will error out even if you submit it.

Sitemap Registration Steps in Search Console

Once your sitemap is ready, submit it to Search Console with the following steps. It assumes you have already completed ownership verification (property registration) for the target site.

STEP1: Select the Target Property in Search Console

Log in to Google Search Console, and from the property selector at the top left of the screen, choose the site (property) for which you want to register a sitemap.

STEP2: Open the "Sitemaps" Menu in the Left Sidebar

Click the "Sitemaps" menu in the left sidebar. The "Add a new sitemap" input field appears at the top of the screen.

STEP3: Enter the Sitemap URL and Submit

In the "Add a new sitemap" input field, enter the path after the domain (in many cases sitemap.xml) and click the "Submit" button. Since the domain part is already shown, you only enter the remaining path.

STEP4: Check That the Status Becomes "Success"

After submitting, check the status shown in the "Submitted sitemaps" list at the bottom. If "Success" is displayed, registration is complete. It's also reassuring to check whether the number of "Discovered URLs" doesn't differ greatly from your actual page count. Note that on the first submission it may show "Pending" for a period, but in most cases this resolves when you check again after some time.

What to Do When You Can't Submit a Sitemap or Get Errors

After submitting, the status may become something other than "Success." We explain common errors and the cause and fix for each.

Causes and Fixes for "Couldn't Fetch"

This appears when Google can't access the sitemap. The main causes and fixes are as follows.

  • URL input error: The filename spelling or path is wrong. Copy the correct URL that displayed in your browser and resubmit.
  • Wrong file location: Confirm that sitemap.xml is uploaded to the intended location (usually directly under the domain).
  • Crawler can't access: Review whether you're blocking it in robots.txt, or placing it in an area protected by Basic authentication or login. There are cases where general users can see it but the crawler is blocked.
  • Temporary server error: A temporary server issue can prevent fetching, so wait a while and resubmit.

Causes and Fixes for "General HTTP Error"

This appears when an abnormal HTTP status is returned upon accessing the sitemap. If it errors out even though it opens in your browser, the URL format generated by the plugin may be invalid (e.g., a URL with parameters). In WordPress, reviewing the permalink settings or reconfiguring the sitemap plugin may resolve it. Using the "Test live URL" feature in the URL Inspection tool to check whether Google can access the sitemap URL helps narrow down the cause.

Causes and Fixes for "Readable, but Has Errors"

This is a state where the sitemap itself can be read, but there's a problem with its contents. Check the error overview on the detail screen and fix issues such as format errors in the listed URLs or mistakes in the tags included in the sitemap. If you're using a generation tool, updating the tool to the latest version and regenerating is also effective.

When the Submit Button Won't Work or Doesn't Respond

If you can't press the submit button or the screen won't advance in the first place, ownership verification for that property may not be complete. First confirm that property registration completed correctly. Also, since a browser extension may be interfering, trying an incognito window or a different browser sometimes resolves it.

What to Do After Registration

Even if registration succeeds, that's not the end. Keep the following post-submission points in mind.

  • Check that there's no large discrepancy between the "Submitted" and "Discovered URLs" counts
  • When you add or update pages significantly, confirm that the sitemap is up to date
  • Also check indexing status in the "Page indexing" report

Once you submit a sitemap, Google will automatically re-fetch it each time you update content thereafter. There's no need to manually resubmit every time; as long as the status stays "Success," there's no problem.

Conclusion

Registering a sitemap in Search Console is completed in four steps: select the property, open the Sitemaps menu, enter the URL and submit, and check the status. It's not a difficult task, but when an error occurs, the shortest route to a solution is to check, in order, "whether the sitemap URL opens in a browser," "whether the URL path is correct," and "whether the crawler is blocked."

First, prepare a correct sitemap, submit it, and start by confirming the "Success" display.

Related posts