Move "update when new content is added" checkbox into the frequency selection list.
sterndata - August 10, 2009 - 22:14
| Project: | XML sitemap |
| Version: | 6.x-1.x-dev |
| Component: | xmlsitemap.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | release 6.x-1.1 |
Jump to:
Description
Drupal logs indicate that XML Sitemap is submitting the site to search engines each time cron is run (hourly), even though submission frequency is set to "never" and the "update when new content is added" checkbox is checked. Could it be the aggregator pages' updates that are triggering this? If so, they need to be excludable. IF not, it's a bug.

#1
I can confirm the frequency issue. Will be checking the code today.
EDIT: I had the "update when new content is added" checkbox checked. This functions "by design".
#2
This is intended to be an override to the frequency declaration. So if you have it checked and the aggregator modifies the content, the next cron.php execution will submit the data. This is "by design". I'm modifying the issue attributes to indicate a feature change since I don't like the way it works.
Move "update when new content is added" checkbox into the frequency selection list.
#3
I've changed the update frequency to Daily. Meantime, it might be nice :-) to have an exclude dialogue, similar to that used by FCKEditor, to exclude URLs of a given pattern from the sitemap.
#4
#5