Commit Graph

5 Commits

Author SHA1 Message Date
Max Girkens a87116b3c3 add X-Robots-Tag header
adding the X-Robots-Tag header might be a good thing, 
as it prevents the sitemap itself from getting indexed by google and showing up in the SERPs

see https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag
2014-10-20 16:43:01 +02:00
Mark-M cc215ace29 FIX Using new config API
Used the new config API to  turn off source file comments. This stops deprecation notices being thrown
2013-05-31 15:33:38 +02:00
Damian Mooyman 1f7c2e7b73 API 3.1 compatibility: Static configurable properties must be private and immutable.
Static configurable properties (db, allowed_actions, etc) are now private. See: http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.0#static-properties-are-immutable-and-private-you-must-use-config-api
2013-04-02 11:57:42 +13:00
Will Rossiter d42fba7906 Add extension hook points. 2013-01-18 10:51:07 +13:00
Will Rossiter 8bbc14ee23 API Implement sitemap.xml partitioning (Fixes #9)
Misc upgrade of module code so that site map.xml provides a index site map file based on the standards. Moved configuration vars to the Config API.

Considering how large a change this is, I've branched a 1.0 release off in github.
2013-01-15 22:29:59 +13:00