Documentation → User Guides

Submitting to Search Engines

Tell Google, Bing, and other search engines about your sitemap.

Why Submit Your Sitemap?

While search engines can discover your sitemap automatically, submitting it directly provides several benefits:

  • Faster discovery — New content is found more quickly
  • Error reporting — Get notified of crawl errors
  • Coverage insights — See which pages are indexed
  • Update signals — Changes are detected sooner

Google Search Console

Google Search Console is the primary tool for managing how Google sees your site.

Step-by-Step Instructions

  1. Go to Google Search Console
  2. Sign in with your Google account
  3. Select your property (or add your site if not already verified)
  4. Click Sitemaps in the left navigation menu
  5. In the “Add a new sitemap” field, enter: sitemap.xml
  6. Click Submit

What Happens Next

Google will process your sitemap and show:

  • Status — Success, Has errors, or Couldn’t fetch
  • Discovered URLs — Number of URLs found
  • Last read — When Google last fetched the sitemap

Note: Processing can take several days. The “Discovered” count may differ from your actual URL count as Google decides which pages to index.


Bing Webmaster Tools

Bing Webmaster Tools manages your presence on Bing, Yahoo, and DuckDuckGo (which uses Bing’s index).

Step-by-Step Instructions

  1. Go to Bing Webmaster Tools
  2. Sign in with your Microsoft account
  3. Select your site (or add it if not already verified)
  4. Click Sitemaps in the left navigation
  5. Click Submit sitemap
  6. Enter your full sitemap URL: https://yoursite.com/sitemap.xml
  7. Click Submit

Import from Google Search Console

Bing offers a quick setup option that imports your site verification and sitemap from Google Search Console:

  1. From the Bing Webmaster Tools homepage, click Import
  2. Sign in to your Google account when prompted
  3. Select the sites to import
  4. Click Import

robots.txt Method

You can also tell search engines about your sitemap by adding a reference to your robots.txt file. This method works for all search engines that follow the robots.txt standard.

Adding the Sitemap Directive

Add this line to the end of your robots.txt file:

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

Example robots.txt

User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php

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

Tip: Many SEO plugins manage robots.txt for you. Check if your SEO plugin has a robots.txt editor before manually editing the file.


Other Search Engines

Search EngineSubmission Method
YandexYandex Webmaster → Indexing → Sitemap files
BaiduBaidu Webmaster Tools (Chinese interface)
DuckDuckGoUses Bing’s index — submit to Bing
YahooUses Bing’s index — submit to Bing

Verifying Submission

After submitting your sitemap, verify it was accepted:

Success Indicators

  • Status shows “Success” — The sitemap was fetched and parsed correctly
  • URLs are discovered — The search engine found URLs to process
  • No errors reported — No XML or format issues detected

Common Issues

IssueSolution
“Couldn’t fetch”Check that the sitemap URL is accessible publicly
“Has errors”Validate your sitemap at XML Sitemap Validator
0 URLs discoveredEnsure content types are enabled in plugin settings
Pending statusWait 24-48 hours for processing