response
[ikiwiki] / doc / todo / Google_Sitemap_protocol.mdwn
1 It would be useful if ikiwiki was able to create [google sitemap][1] files to allow easy indexing. 
2
3 [1]: https://www.google.com/webmasters/tools/docs/en/protocol.html
4
5 > Sitemaps are particularly beneficial when users can't reach all areas of a
6 > website through a browseable interface. (Generally, this is when users are
7 > unable to reach certain pages or regions of a site by following links). For
8 > example, any site where certain pages are only accessible via a search form
9 > would benefit from creating a Sitemap and submitting it to search engines.
10
11 What I don't get is exactly how ikiwiki, as a static wiki that's quite
12 deeply hyperlinked, benefits from a sitemap. The orphans plugin can
13 produce a map of pages that other pages do not link to, if you're worried
14 about having such pages not found by web spiders.
15
16 --[[Joey]]