We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bab446 commit 26ad476Copy full SHA for 26ad476
config/sitemap.rb
@@ -2,9 +2,10 @@
2
SitemapGenerator::Sitemap.default_host = "https://coderdojo.jp"
3
4
# NOTE: Ping to search engines is outdated
5
+#
6
# Bingのping APIは廃止され、IndexNowに移行 https://github.com/kjvarga/sitemap_generator/issues/391
7
# Google も非推奨になった: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
-
8
9
# TODO: This is workaround. Will be deleted in the future release.
10
# https://github.com/kjvarga/sitemap_generator/issues/432
11
SitemapGenerator::Sitemap.search_engines.delete(:google)
0 commit comments