We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Accordingly to https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap, correct ping url for google is https://www.google.com/ping?sitemap=FULL_URL_OF_SITEMAP, but this gem uses http://www.google.com/webmasters/tools/ping?sitemap=%s.
https://www.google.com/ping?sitemap=FULL_URL_OF_SITEMAP
http://www.google.com/webmasters/tools/ping?sitemap=%s
sitemap_generator/lib/sitemap_generator/link_set.rb
Line 128 in 28dd22c
The text was updated successfully, but these errors were encountered:
I tested it and both addresses work fine. If you want to use the address you mentioned, you can refer to
SitemapGenerator::Sitemap.ping_search_engines(newengine: 'http://newengine.com/ping?url=%s')
Sorry, something went wrong.
We can certainly close this issue as pings to Google have been deprecated and all requests to these endpoints will result in a 404 error: https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
No branches or pull requests
Hi!
Accordingly to https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap, correct ping url for google is
https://www.google.com/ping?sitemap=FULL_URL_OF_SITEMAP
, but this gem useshttp://www.google.com/webmasters/tools/ping?sitemap=%s
.sitemap_generator/lib/sitemap_generator/link_set.rb
Line 128 in 28dd22c
What is the correct url?
The text was updated successfully, but these errors were encountered: