Changes between Initial Version and Version 5 of Ticket #34688


Ignore:
Timestamp:
Jul 3, 2023, 6:36:27 AM (15 months ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34688

    • Property Triage Stage UnreviewedAccepted
    • Property Summary contrib.sitemaps.ping_google() requires depreciation as the endpoint is being depreciatedRemove contrib.sitemaps.ping_google().
    • Property Owner changed from nobody to Andrew Northall
    • Property Status newassigned
    • Property Has patch set
    • Property Patch needs improvement set
  • Ticket #34688 – Description

    initial v5  
    11https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping?hl=en
    22
    3 @ewjoachim has posted the above blog post by Google in the Django Discord which details that Google will be depreciating the sitemap ping in 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).
    44
    55This 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.
Back to Top