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 9d156cd commit 9189653Copy full SHA for 9189653
config/sitemap.rb
@@ -1,11 +1,10 @@
1
# Set the host name for URL creation
2
SitemapGenerator::Sitemap.default_host = "https://coderdojo.jp"
3
4
-# Configure search engines to ping
5
-SitemapGenerator::Sitemap.search_engines = {
6
- 'bing' => 'http://www.bing.com/ping?siteMap=%s',
7
- # Google を非推奨になったため除外: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
8
-}
+# NOTE: Ping to search engines is outdated
+# Bingのping APIは廃止され、IndexNowに移行 https://github.com/kjvarga/sitemap_generator/issues/391
+# Google も非推奨になった: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
+#SitemapGenerator::Sitemap.search_engines = {}
9
10
SitemapGenerator::Sitemap.create do
11
# Put links creation logic here.
0 commit comments