Opened 18 years ago
Closed 18 years ago
#4348 closed (fixed)
Google sitemap ping update
Description ¶
Google's documentation on pinging changes in sitemaps ( http://www.google.com/support/webmasters/bin/answer.py?answer=34609 ) is different from the current Django implementation. The Patch provides updates to comply with preferred way of pinging.
Change History (3)
by , 18 years ago
Attachment: | google_sitemap_ping.diff added |
---|
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The patch does not require any docs or tests from my POV.
Just one comment, it assumes http:// maybe there should be some way to say "Hey my site is only https://" but that would be another ticket ;)
marking as "Ready for checkin" as it seems complete.