I'm getting a often seen error that several search engines are not pinged.
Quote:
Google ping: Successful.
Bing ping: FAILED.
Yahoo ping: FAILED.
Ask ping: FAILED.
|
As is to be read on vbseo, nothing could be done because Bing and Yahoo turned of this ping services.
However.... ask ping should still be working.
Also when I read on the vbseo forum, Bing ping IS still working this way:
Code:
http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.yoursite.com%2Fsitemap_index.xml.gz
But I can't reply there because I don't have vBSeo itself, only got this sitemap generator.
When I'm going to have a look into the code, I see this:
PHP Code:
$vbseo_stat['pingbing'] = vbseo_sitemap_ping_one(
'http://www.bing.com/webmaster/ping.aspx?siteMap='.urlencode($url),
'Thanks for');
Is there no way to change those last lines so Bing will work again with the code supplied above? Or maybe I can put my forum url hardcoded in this code so it matches the working link mentioned aboven. But how would I have to change this exactly?