X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Fplugins%2Fgoogle_sitemap.md;h=6d49b86deadf09ad0a47ebc473fb4cc01af9a1c8;hb=a6b46cb301203355a2687c2edd650af4e9eeabd6;hp=913ec2eea6056820dc57493c51735127a31937d0;hpb=0332b85e7b326d35a8853f467b6c8a1fcb77cad4;p=webber.git diff --git a/in/plugins/google_sitemap.md b/in/plugins/google_sitemap.md index 913ec2e..6d49b86 100644 --- a/in/plugins/google_sitemap.md +++ b/in/plugins/google_sitemap.md @@ -5,7 +5,7 @@ keywords: Google, XML, Sitemap generator ctime: 2009-06-26 This plugins write an XML "`sitemap.xml`" file into the out-directory. The -format is documented at [[http://www.sitemaps.org|http://www.sitemaps.org]]. +format is documented at [[http://www.sitemaps.org]]. = Configuration = @@ -36,3 +36,23 @@ You can define an relative page importance on each page by specifying this keyword at the header of each [[page|Page format]]. However, the "`sitemap_priority`" from the configuration file will be used as a default. + + += robots.txt = + +Please note that you'll also specify the sitemap in your "`robots.txt`" file, +e.g.: + + User-agent: * + Disallow: /logs/ + Sitemap: http://www.holgerschurig.de/sitemap.xml + +Also make sure that your "`robots.txt`" file get's copied, by adding + + copy_files: [ + ... + "robots.txt", + ... + ] + +to "`webber.conf`".