How long does Bingbot typically take to process a sitemap submission?

8,789

Solution 1

This post is 4 years old, hope the status in not Pending anymore. But this helped me.

After 14 days of pending status, I found this link, to PING bing with your sitemap. It's was a kind of awake call for my sitemap. Few hours later, my site was indexed.

  1. Upload your sitemap (but you already did hence the pending status)
  2. Typ in your browser: http://www.bing.com/webmaster/ping.aspx?siteMap={full url to your sitemap)

You receive a response with something like this: Thanks for submitting your Sitemap. Join the Bing Webmaster Tools to see your Sitemaps status and more reports on how you are doing on Bing.

Solution 2

There seems to be a problem with the sitemap submission process, going back at least to the beginning of last July. The last note on that thread was posted just a few days ago, saying no change in the commenter's situation. There are several other threads if you poke around, but that seems like the longest-running one and I've seen an employee refer people back to it, so it might be the one to watch if you want to track any developments.

Given that this is still occurring despite being identified as "minor" by JayGon, it looks like it's low priority and you'll just have to wait. Keep in mind, though, that sitemaps are primarily helpful suggestions to the search engines. As long as your pages are reachable via links somehow, they should still be indexed, etc.

Solution 3

Dealing with Bing this week, I found out it works, but it's Webmaster tools are just very very delayed.

Two days after submitting sitemap, it has status pending, last crawl date is some strange date from the past, but in reality bingbot already searched my website.

I have access to my server logs, Bing was there already twice, it did some indexing too.

Apache log record for fetching my sitemap looks like this:

157.55.39.216 - - [05/Dec/2016:01:58:01 +0100] "GET /sitemap.txt HTTP/1.1" 200 63422 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"

I have seen two of thees, Bing searching also robots.txt and approximately third of my pages, all with status 200, which means OK, then it stopped.

Two days later, nothing in Webmaster tools yet, status pending event for sitemap submission, but my search results started to show in Bing.com search randomly. Once they showed up, me searching site:mywebsitename.com, five minutes later same query showed 0 results.

I tried to disavow link using their Disavow tool, link that mysteriously appears in Bing search results, something like mywebsitename.com/ppc/click/123456 a non existing page, I even made it throwing 404 for several weeks, two days later link still shows in search results.

Bing Webmaster tools are for patient people and everything takes time, it looks like they are not maintained any more.

Share:
8,789

Related videos on Youtube

Zistoloen
Author by

Zistoloen

I like Stack Exchange's websites network because it's so well designed and SEO-optimized. Therefore, I spend time to the community to help people on webmastering issues, to improve formatting of many posts to keep this website clean, etc. I am the first Steward and Marshal of Pro Webmasters :-). Otherwise, I love making websites with WordPress, HTML5, CSS3, JavaScript, jQuery... SEO is also a good stuff. I support these two projects: GitStack (git server for Windows) and CamSwipe (credit card OCR for mobile). My profile on Stack Exchange's network:

Updated on September 18, 2022

Comments

  • Zistoloen
    Zistoloen almost 2 years

    I submitted a domain's sitemap.xml to Bingbot (in Webmaster Tools).

    It's been a couple of days but the status is still pending. Does anyone know how much time does Bing Webmaster Tools takes to complete the process and show the success or error message?

    • Admin
      Admin over 9 years
      Still an issue in 2014 :)
  • Stephen Ostermiller
    Stephen Ostermiller over 7 years
    Not having a robots.txt file won't slow down your crawling. Not having it would return a 404 Not Found status which is one of the two statuses they expect for robots.txt. That paragraph is for when there is another type of error such as 500 Internal Server Error when fetching robots.txt. While such a situation would cause a delay in processing sitemaps, it is a rare situation that is unlikely to be causing the problem for the person who asked the question, or for anybody with similar problems.