mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
8bbc14ee23
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.
15 lines
322 B
YAML
15 lines
322 B
YAML
GoogleSitemapTest_DataObject:
|
|
DataObjectTest1:
|
|
Priority: 0.4
|
|
DataObjectTest2:
|
|
Priority: 0.2
|
|
UnindexedDataObject:
|
|
Priority: -1
|
|
|
|
GoogleSitemapTest_OtherDataObject:
|
|
OtherDataObjectTest2:
|
|
Priority: 0.3
|
|
|
|
GoogleSitemapTest_UnviewableDataObject:
|
|
Unviewable1:
|
|
Priority: 0.4 |