Changes between Initial Version and Version 5 of Ticket #34688
- Timestamp:
- Jul 3, 2023, 6:36:27 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34688
- Property Triage Stage Unreviewed → Accepted
- Property Summary contrib.sitemaps.ping_google() requires depreciation as the endpoint is being depreciated → Remove contrib.sitemaps.ping_google().
- Property Owner changed from to
- Property Status new → assigned
- Property Has patch set
- Property Patch needs improvement set
-
Ticket #34688 – Description
initial v5 1 1 https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping?hl=en 2 2 3 @ewjoachim has posted the above blog post by Google in the Django Discord which details that Google will be depreciating the sitemap pingin 6 months time (end of January 2024).3 @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). 4 4 5 5 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.