Skip to content
Snippets Groups Projects

Issue #3261215: Removed support for Bing search engine from XML Sitemap Engines.

Files

@@ -204,11 +204,6 @@ function xmlsitemap_engines_xmlsitemap_engine_info() {
'url' => 'https://www.google.com/ping?sitemap=[sitemap]',
'help url' => 'https://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156184',
];
$engines['bing'] = [
'name' => t('Bing'),
'url' => 'https://www.bing.com/ping?sitemap=[sitemap]',
'help url' => 'https://www.bing.com/webmaster/help/how-to-submit-sitemaps-82a15bd4',
];
return $engines;
}
Loading