authorize bots to read sitemap
authorPascal Corpet <pascal.corpet@m4x.org>
Wed, 5 Nov 2008 09:52:30 +0000 (10:52 +0100)
committerPascal Corpet <pascal.corpet@m4x.org>
Wed, 5 Nov 2008 09:52:30 +0000 (10:52 +0100)
install/cookbook/sitemap.php

index c58c4c6..02eef71 100644 (file)
@@ -46,6 +46,7 @@ SDV($HandleActions['sitemap'], 'HandleSitemap'); # it is not usefull to have bot
 SDV($SitemapDelay, 3600); # Seconds to wait after last edit set to -1 to disable automatic generation
 SDV($SitemapSquelch, 12*3600); # Squelch between generations of sitemap
 
+$RobotActions['sitemap'] = 1;
 
 SDVA($SitemapSearchPatterns, array());
 $SitemapSearchPatterns[] = '!\.(All)?Recent(Changes|Uploads|Pages)$!';