From 13e127c082bf641d8f021c5e12fc4fecac9f120a Mon Sep 17 00:00:00 2001 From: Nick Spiel Date: Wed, 14 May 2014 14:34:38 +1000 Subject: [PATCH] Added `set_change_frequency` option. --- docs/en/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/index.md b/docs/en/index.md index 8d14e27..d8d33f3 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -39,6 +39,7 @@ config file `mysite/_config/googlesitemaps.yml` with the following outline: objects_per_sitemap: 1000 google_notification_enabled: false use_show_in_search: true + set_change_frequency: false 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 @@ -54,6 +55,7 @@ editing the `google_notification_enabled` option to true objects_per_sitemap: 1000 google_notification_enabled: true use_show_in_search: true + set_change_frequency: false ### Including DataObjects