ScrewTurn Wiki now supports
XML sitemaps, a common format used by search engines to better index the content of your website.
You can find your own wiki's sitemap at the
Sitemap.aspx page. In order to make it work correctly, you have to configure the
Wiki URL setting in the
wiki's configuration.
The sitemap includes all and only wiki pages; discussions are not included. All pages have a
priority of
0.5 (the default value), except default pages of each namespace, which have a
priority of
0.75. The
change frequency is set to
daily for all pages, and the
last modified value is not set in order to keep the sitemap generation lighter.
You can also modify your
robots.txt file to include the sitemap. To do so, add the following line at the beginning of the file, properly replacing
http://www.yourwiki.com with the address of your wiki (the same you set for
Wiki URL):
sitemap: http://www.yourwiki.com/Sitemap.aspx
Take a look at
Google's Webmaster Tools for knowing how to let Google use the sitemap of your wiki.