ISPr_Winter
Member
- Affected version
- 2.2.13
This morning I got an unusual error in my XenForo log, which suggests that the forum software might need a fix (I'm currently using the latest public release of XF 2.2.13).
The key bit is "404 Sitemaps ping is deprecated" and that link to the related blog post:
I guess XenForo hasn't been updated to use the lastmod alternative yet?
Code:
GuzzleHttp\Exception\ClientException: Error submitting sitemap to https://www.google.com/webmasters/tools/ping?sitemap=https%3A%2F%2Fwww.MYSITE.co.uk%2Ftalk%2Fsitemap.php: Client error: `GET https://www.google.com/webmasters/tools/ping?sitemap=https%3A%2F%2Fwww.ispreview.co.uk%2Ftalk%2Fsitemap.php` resulted in a `404 Sitemaps ping is deprecated. See https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping.` response: <HTML> <HEAD> <TITLE>Sitemaps ping is deprecated. See https://developers.google.com/search/blog/2023/06/sitemaps-lastmod (truncated...) src/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
The key bit is "404 Sitemaps ping is deprecated" and that link to the related blog post:
I guess XenForo hasn't been updated to use the lastmod alternative yet?