Opened 2 years ago
Last modified 2 years ago
#34688 closed Cleanup/optimization
Remove contrib.sitemaps.ping_google(). — at Version 5
| Reported by: | Andrew Northall | Owned by: | Andrew Northall |
|---|---|---|---|
| Component: | contrib.sitemaps | Version: | 4.2 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
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 (5)
comment:1 by , 2 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 2 years ago
| Summary: | contrib.sitemaps.ping_google() requires depreciation as the endpoint is being depreciated → Deprecate contrib.sitemaps.ping_google(). |
|---|
comment:3 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 2 years ago
| Description: | modified (diff) |
|---|---|
| Patch needs improvement: | set |
| Summary: | Deprecate contrib.sitemaps.ping_google(). → Remove contrib.sitemaps.ping_google(). |
Note:
See TracTickets
for help on using tickets.
I will work on this.