In the page that Microsoft offers to the webmasters (the equivalent of Google Webmaster Tools), I read the following text:

You can use sitemaps to give Bing a list of URLs to index for your site.

We offer two easy ways to tell Bing where your sitemap lives.

Sitemap ping service

To notify MSNBot when you change an existing sitemap or add a new one, enter the following in your browser:

http://www.bing.com/webmaster/ping.aspx?siteMap=[your sitemap web address]

http://www.bing.com/webmaster/ping.aspx is not the address the module is currently using.

Comments

dave reid’s picture

Thanks for the update. Fixed in 6.x-2.x with http://drupal.org/cvs?commit=219778.

avpaderno’s picture

To notice that the service is called Bing, now; the URL of the Live Search Webmaster Central is changed in http://www.bing.com.
It must be a change they did in the last week, as I was not able to access to Live Search Webmaster Central one week ago because the old URL was redirected to the same URL in an infinite loop.

Starminder’s picture

Will this be fixed in 6x1x?

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new8.03 KB

Here's a patch for 6.x-1.x. Please someone test it out and verify that the upgrade works. Then I'll commit.

xamount’s picture

will this be backported to version 5?

dave reid’s picture

StatusFileSize
new8.25 KB

Re-rolled from the module root.

dave reid’s picture

xamount: Possibly. I need people to test the patch for 6.x-1.x first.

dave reid’s picture

StatusFileSize
new7.18 KB

Patch created for 5.x-2.x.

CyberKieken’s picture

This worked:
Message The sitemap has been successfully submitted to Bing (formerly Live Search).

Anonymous’s picture

StatusFileSize
new9 KB

Here is the patch for the reset code. I will commit later today.

dave reid’s picture

Status: Needs review » Needs work
+    '#default_value' => variable_get('xmlsitemap_engines_bing_url', 'http://www.gin.com/webmaster/ping.aspx?siteMap=[sitemap]'),
Anonymous’s picture

Status: Needs work » Needs review
StatusFileSize
new9 KB

I must have needed some tonic.

dave reid’s picture

Title: Verify the code is using the right submission URL for Windows Live » Switch from Live Search to Bing

Renaming title so others can find this issue easier, and marked #490178: Update Windows Live to Bing as a duplicate of this issue.

scoutbaker’s picture

Thanks. I certainly didn't find it when I looked.

avpaderno’s picture

Status: Needs review » Reviewed & tested by the community
Anonymous’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS.

dave reid’s picture

Version: 6.x-1.x-dev » 5.x-2.x-dev
Status: Fixed » Needs review

Patch in #8 for 5.x-2.x should still be valid.

armetrix’s picture

With regard to Drupal 5.x I am having a problem getting the patch to "take". I've reviewed notes and comments following all directions to the letter and still I am getting errors with regard to submitting site maps to Bing.

armetrix’s picture

Well after several attempts, we manually changed everything according to how the patch was written and voila! it works. The process wasn't too difficult. Just be certain that the submission URL points to the right place: "http://www.bing.com/webmaster/ping.aspx?siteMap=[path to your sitemap]".

elyobo’s picture

Also having problems with the patch; see as follows.

liam@tyreal:~/drupal/modules$ !tar
tar xzf xmlsitemap-5.x-1.6.tar.gz
liam@tyreal:~/drupal/modules$ cd xmlsitemap
liam@tyreal:~/drupal/modules/xmlsitemap$ patch -p0 < 479892-D5-2.patch
patching file xmlsitemap_engines/xmlsitemap_engines.install
Hunk #1 FAILED at 27.
1 out of 1 hunk FAILED -- saving rejects to file xmlsitemap_engines/xmlsitemap_engines.install.rej
patching file xmlsitemap_engines/xmlsitemap_engines.module
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 38.
Hunk #3 FAILED at 119.
Hunk #4 FAILED at 199.
Hunk #5 succeeded at 273 (offset 32 lines).
4 out of 5 hunks FAILED -- saving rejects to file xmlsitemap_engines/xmlsitemap_engines.module.rej

See attached files for more details.

elyobo’s picture

Bah, ignore me; I see in the comments above that the patch is intended for the 5.x-2.x branch.

Anonymous’s picture

If you manage to create a patch, for 5.x-1.x-dev I can review it and commit.

Anonymous’s picture

Version: 5.x-2.x-dev » 5.x-1.x-dev
Status: Needs review » Active

We need a patch for 5.x-1.x-dev on this.

rkdesantos’s picture

+1 subscribe

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new8.97 KB

Re-rolled for 5.x-1.x. Please test and make sure running update.php works ok.

Anonymous’s picture

@elyobo or @rkdesantos: Are you working fine with the patch in #25?

rkdesantos’s picture

Unfortunately, I upgraded the D5 site I maintain to the 2.x branch because of this issue and another one. Based on Dave's answer to an inquiry I posted in the issues, the recommendation was that I not downgrade back to 1.x though 2.x is now unsupported. I'm ok either way and happy to test the patch but I can't do so unless I downgrade. So whatever the maintainers consensus is, I'll go with it.

dave reid’s picture

Status: Needs review » Fixed

Tested the upgrade and it worked just fine. Committed to the 5.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.