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 84fd437 commit 0bab446Copy full SHA for 0bab446
config/sitemap.rb
@@ -4,7 +4,10 @@
4
# NOTE: Ping to search engines is outdated
5
# Bingのping APIは廃止され、IndexNowに移行 https://github.com/kjvarga/sitemap_generator/issues/391
6
# Google も非推奨になった: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
7
-#SitemapGenerator::Sitemap.search_engines = {}
+
8
+# TODO: This is workaround. Will be deleted in the future release.
9
+# https://github.com/kjvarga/sitemap_generator/issues/432
10
+SitemapGenerator::Sitemap.search_engines.delete(:google)
11
12
SitemapGenerator::Sitemap.create do
13
# Put links creation logic here.
0 commit comments