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 08a03c6 commit f50d507Copy full SHA for f50d507
config/sitemap.rb
@@ -1,8 +1,7 @@
1
# Set the host name for URL creation
2
SitemapGenerator::Sitemap.default_host = "https://coderdojo.jp"
3
4
-# Configure search engines to ping (exclude Google as it's deprecated)
5
-SitemapGenerator::Sitemap.ping_search_engines = true
+# Configure search engines to ping
6
SitemapGenerator::Sitemap.search_engines = {
7
'bing' => 'http://www.bing.com/ping?siteMap=%s',
8
# Google を非推奨になったため除外: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
0 commit comments