Skip to content

Commit 6c8dc13

Browse files
committed
Added '/' to sitemap
1 parent 3aa59c6 commit 6c8dc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitemap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
define('SITEMAP_URLS', array(
1212

13-
'/' => array('1.0', 'yearly'),
13+
'' => array('1.0', 'yearly'), // for '/' page (includes 'de/', 'en/', ...)
1414
'start/' => array('0.9', 'yearly'),
1515

1616
));

0 commit comments

Comments
 (0)