Added set_change_frequency option.

This commit is contained in:
Nick Spiel 2014-05-14 14:34:38 +10:00
parent 31eaba11f0
commit 13e127c082

View File

@ -39,6 +39,7 @@ config file `mysite/_config/googlesitemaps.yml` with the following outline:
objects_per_sitemap: 1000 objects_per_sitemap: 1000
google_notification_enabled: false google_notification_enabled: false
use_show_in_search: true use_show_in_search: true
set_change_frequency: false
You can now alter any of those properties to set your needs. A popular option You can now alter any of those properties to set your needs. A popular option
is to turn on automatic pinging so that Google is notified of any updates to is to turn on automatic pinging so that Google is notified of any updates to
@ -54,6 +55,7 @@ editing the `google_notification_enabled` option to true
objects_per_sitemap: 1000 objects_per_sitemap: 1000
google_notification_enabled: true google_notification_enabled: true
use_show_in_search: true use_show_in_search: true
set_change_frequency: false
### Including DataObjects ### Including DataObjects