Remove contrib.sitemaps.ping_google().
https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping?hl=en
@ewjoachim has posted the above blog post by Google in the Django Discord which details that Google is depreciating the sitemap ping, and will remove it in 6 months time (end of January 2024).
This ping endpoint is used by contrib.django.sitemaps
(ping_google()
in __init__.py
) and also has an associated management command which will require depreciation if Google are going to disable the endpoint.
Change History
(8)
Triage Stage: |
Unreviewed → Accepted
|
Summary: |
contrib.sitemaps.ping_google() requires depreciation as the endpoint is being depreciated → Deprecate contrib.sitemaps.ping_google().
|
Owner: |
changed from nobody to Andrew Northall
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Patch needs improvement: |
set
|
Summary: |
Deprecate contrib.sitemaps.ping_google(). → Remove contrib.sitemaps.ping_google().
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I will work on this.