Closed mah666hhh closed 2 years ago
Seems like the Bing sitemap ping is deprecated https://blogs.bing.com/webmaster/may-2022/Spring-cleaning-Removed-Bing-anonymous-sitemap-submission
any updates?
Bing looks to be pingable via IndexNow - https://www.indexnow.org/faq
Error when running
rake sitemap: refresh`` Ping failed for Bing: # <OpenURI :: HTTPError: 410 Gone>
Has occurred.If you check the ping destination with the current Bing Webmaster Tools,
The URL is like this,
I suspect this is currently the correct ping destination URL for Bing.(in japan.)
for that reason,
When creating an instance of SitemapGenerator :: Sitemap
I think I need to change the parameters of search_engines: bing: parameters.
Running
rake sitemap: refresh
as above worked for me.I think the corrections are as follows.
https://github.com/kjvarga/sitemap_generator/blob/master/lib/sitemap_generator/link_set.rb#L129
Thank you.