Google Search Console 8 min read

How to Submit and Manage Your Sitemaps in Google Search Console

Submitting your sitemap to Google Search Console is one of the most important steps to ensure your content gets discovered and indexed. Learn the complete process and best practices.

A sitemap is like a roadmap for search engines, telling them exactly what pages exist on your website and how to find them. Submitting your sitemap to Google Search Console ensures Google discovers all your important content and can crawl it efficiently.

Why Submit a Sitemap?

While Google can discover pages through links, submitting a sitemap provides several important benefits:

  • Faster discovery: Google learns about new pages immediately rather than waiting to find them through crawling
  • Complete coverage: Ensures Google knows about all pages, including those with few incoming links
  • Priority signals: Indicates which pages are most important through priority and lastmod attributes
  • Change frequency: Tells Google how often pages are updated
  • Monitoring: Provides visibility into how many pages Google has indexed vs discovered
Up to 50,000 URLs can be included in a single sitemap file (and up to 50MB uncompressed)

"Sitemaps are particularly valuable for websites that are new, have large archives, use rich media content, or have pages with few external links."

Google Search Central Documentation

Prerequisites

Before submitting your sitemap, ensure you have:

  1. A verified property in Google Search Console
  2. A valid sitemap file in XML format at an accessible URL
  3. Sitemap accessible to Googlebot (not blocked by robots.txt)

Locating Your Sitemap

Most websites have their sitemap at one of these standard locations:

  • https://yoursite.com/sitemap.xml
  • https://yoursite.com/sitemap_index.xml
  • https://yoursite.com/sitemap/sitemap.xml

If you're using a CMS or SEO plugin, check its settings to find your sitemap URL:

Platform Typical Sitemap Location
WordPress (Yoast SEO) /sitemap_index.xml
WordPress (Rank Math) /sitemap_index.xml
Shopify /sitemap.xml
Wix /sitemap.xml
Squarespace /sitemap.xml

Step-by-Step Submission

Follow these steps to submit your sitemap to Google Search Console:

Step 1: Access Google Search Console

Go to search.google.com/search-console and select your property from the dropdown menu.

Step 2: Navigate to Sitemaps

In the left sidebar, under "Indexing," click on Sitemaps. This opens the sitemap management interface.

Step 3: Enter Your Sitemap URL

In the "Add a new sitemap" section, enter the path to your sitemap. You only need to enter the path portion (e.g., sitemap.xml), not the full URL, as your domain is already prefilled.

Step 4: Submit

Click the Submit button. Google will immediately attempt to fetch your sitemap.

Step 5: Verify Submission

After submission, you'll see your sitemap listed in the "Submitted sitemaps" section with its status. Initially, it will show "Pending" while Google processes it.

It may take from a few minutes to several hours for Google to fully process your sitemap and display accurate statistics. Be patient!

Understanding Sitemap Status

Your submitted sitemaps can display several statuses:

Success

Google successfully read your sitemap. You'll see statistics including:

  • Discovered URLs: Total URLs found in the sitemap
  • Last read: When Google last fetched the sitemap

Couldn't fetch

Google was unable to access the sitemap. Common causes:

  • Sitemap URL is incorrect
  • Sitemap is blocked by robots.txt
  • Server returned an error
  • Authentication required

Has errors

Google read the sitemap but found issues with its format or content. Click on the sitemap to see specific errors.

Managing Multiple Sitemaps

Large websites often benefit from multiple sitemaps. You can organize them by:

  • Content type: posts-sitemap.xml, pages-sitemap.xml, products-sitemap.xml
  • Language/region: sitemap-en.xml, sitemap-fr.xml
  • Date: sitemap-2025.xml, sitemap-2026.xml

Using a Sitemap Index

A sitemap index file references multiple individual sitemaps. This is ideal for large sites:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://yoursite.com/posts-sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://yoursite.com/pages-sitemap.xml</loc>
  </sitemap>
</sitemapindex>

You only need to submit the index file - Google will automatically discover and process all referenced sitemaps.

Submitting RSS Feeds

Google Search Console also accepts RSS and Atom feeds as sitemaps. This is particularly useful for blogs and news sites because:

  • RSS feeds automatically update when new content is published
  • Google processes RSS feeds frequently
  • It's a simple way to notify Google of new content

To submit an RSS feed:

  1. Go to the Sitemaps section
  2. Enter your RSS feed URL (e.g., feed/ or rss.xml)
  3. Click Submit
RSS feeds typically only contain recent posts, so they complement but don't replace a full XML sitemap. Use both for best results!

Supercharge Your RSS Feed

RSS AutoIndex takes your RSS feed to the next level by automatically pinging Google when new content is published, ensuring fastest possible indexation.

Try RSS AutoIndex Free

Troubleshooting Common Issues

Sitemap Could Not Be Read

Check these potential causes:

  1. Verify the sitemap URL is correct and accessible in a browser
  2. Check robots.txt isn't blocking the sitemap
  3. Ensure your server returns proper HTTP status (200)
  4. Validate XML syntax using an online validator

Sitemap Has Errors

Common sitemap errors include:

  • Invalid URL: URLs must be absolute and properly encoded
  • Incorrect namespace: Use the standard sitemap namespace
  • Invalid date format: Dates must be in W3C format
  • URL outside property: All URLs must belong to your verified property

Discovered URLs Not Being Indexed

Just because Google discovers URLs in your sitemap doesn't mean they'll all be indexed. Check:

  • Page quality and content value
  • No noindex directives
  • Pages not blocked by robots.txt
  • No canonical tag pointing elsewhere
If your sitemap shows many more discovered URLs than indexed URLs, investigate the Coverage Report to understand why pages aren't being indexed.

Best Practices

Follow these recommendations for optimal sitemap management:

  1. Keep your sitemap updated: Use dynamic sitemaps that update automatically when content changes
  2. Include only indexable URLs: Don't include pages with noindex tags or those blocked by robots.txt
  3. Use accurate lastmod dates: Only update when content actually changes
  4. Stay within limits: Maximum 50,000 URLs and 50MB per sitemap
  5. Reference in robots.txt: Add Sitemap: https://yoursite.com/sitemap.xml to your robots.txt
  6. Monitor regularly: Check the Sitemaps report monthly for issues
  7. Use HTTPS URLs: Match your property's protocol

Sitemap Submission Checklist

Item Status
Sitemap accessible at URL Verify
Valid XML syntax Validate
All URLs are indexable Check
URLs match property domain Confirm
Not blocked by robots.txt Test
Referenced in robots.txt Add

Conclusion

Submitting your sitemap to Google Search Console is a fundamental step in technical SEO. It ensures Google discovers all your pages and provides valuable insights into your site's indexation health.

Key takeaways:

  • Submit your sitemap immediately after setting up Search Console
  • Use a sitemap index for large sites with multiple sitemaps
  • Consider also submitting your RSS feed for faster new content discovery
  • Monitor sitemap status regularly for issues
  • Keep your sitemap updated and include only indexable URLs

Automate Beyond Sitemaps

While sitemaps are essential, RSS AutoIndex provides additional automation to get your content indexed even faster using multiple submission methods.

Start Free Trial