mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-23 00:44:52 +00:00
No Bing anonymous ping anymore.
https://blogs.bing.com/webmaster/may-2022/Spring-cleaning-Removed-Bing-anonymous-sitemap-submission
This commit is contained in:

committed by
Andreas Gohr

parent
d5fce4941e
commit
b02b070fb8
@ -141,7 +141,6 @@ class Mapper {
|
||||
$encoded_sitemap_url = urlencode(wl('', array('do' => 'sitemap'), true, '&'));
|
||||
$ping_urls = array(
|
||||
'google' => 'https://www.google.com/ping?sitemap='.$encoded_sitemap_url,
|
||||
'microsoft' => 'http://www.bing.com/webmaster/ping.aspx?siteMap='.$encoded_sitemap_url,
|
||||
'yandex' => 'https://webmaster.yandex.com/ping?sitemap='.$encoded_sitemap_url
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user