]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/google_sitemap.md
Remove lots of documentation typos.
[webber.git] / in / plugins / google_sitemap.md
index 913ec2eea6056820dc57493c51735127a31937d0..f30662cedfdd029cf88562e1a207ce69c1a10c36 100644 (file)
@@ -2,10 +2,12 @@ title: Google Sitemap generation
 linktitle: google_sitemap.py
 parent: Plugins
 keywords: Google, XML, Sitemap generator
+lang: en
 ctime: 2009-06-26
+mtime: 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]].
+This plugin writes an XML file "`sitemap.xml`" into the out-directory. The
+format is documented at [[http://www.sitemaps.org]].
 
 
 = Configuration =
@@ -36,3 +38,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 gets copied, by adding
+
+       copy_files: [
+               ...
+               "robots.txt",
+               ...
+       ]
+
+to "`webber.conf`".