Skip to content

Commit f50d507

Browse files
committed
Remove outdated config to generate sitemap
1 parent 08a03c6 commit f50d507

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/sitemap.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Set the host name for URL creation
22
SitemapGenerator::Sitemap.default_host = "https://coderdojo.jp"
33

4-
# Configure search engines to ping (exclude Google as it's deprecated)
5-
SitemapGenerator::Sitemap.ping_search_engines = true
4+
# Configure search engines to ping
65
SitemapGenerator::Sitemap.search_engines = {
76
'bing' => 'http://www.bing.com/ping?siteMap=%s',
87
# Google を非推奨になったため除外: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping

0 commit comments

Comments
 (0)