Skip to content

Commit 26ad476

Browse files
committed
Cosmetic change on config/sitemap.rb
1 parent 0bab446 commit 26ad476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/sitemap.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
SitemapGenerator::Sitemap.default_host = "https://coderdojo.jp"
33

44
# NOTE: Ping to search engines is outdated
5+
#
56
# Bingのping APIは廃止され、IndexNowに移行 https://github.com/kjvarga/sitemap_generator/issues/391
67
# Google も非推奨になった: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
7-
8+
#
89
# TODO: This is workaround. Will be deleted in the future release.
910
# https://github.com/kjvarga/sitemap_generator/issues/432
1011
SitemapGenerator::Sitemap.search_engines.delete(:google)

0 commit comments

Comments
 (0)