aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/wikilink.mdwn
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2008-03-11 19:07:52 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-03-11 15:44:18 -0400
commita64d31d293f51b1fbe5fc4122739a69681c1344d (patch)
tree27da628cc4da5abdccd9cf1cfea7f6933b5dc4e3 /doc/ikiwiki/wikilink.mdwn
parent227107b21864dedb40995875c6a68c1a2a665f9a (diff)
downloadikiwiki-a64d31d293f51b1fbe5fc4122739a69681c1344d.tar
ikiwiki-a64d31d293f51b1fbe5fc4122739a69681c1344d.tar.gz
Tell robots to noindex,follow basewiki pages
Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net>
Diffstat (limited to 'doc/ikiwiki/wikilink.mdwn')
-rw-r--r--doc/ikiwiki/wikilink.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/wikilink.mdwn b/doc/ikiwiki/wikilink.mdwn
index debbe7305..bd5e3d185 100644
--- a/doc/ikiwiki/wikilink.mdwn
+++ b/doc/ikiwiki/wikilink.mdwn
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
WikiLinks provide easy linking between pages of the wiki. To create a
[[WikiLink]], just put the name of the page to link to in double brackets.
For example `\[[WikiLink]]`.
@@ -32,4 +33,4 @@ in WikiLinks, and must replace spaces with underscores. The newer
syntax, enabled with the `prefix_directives` option in an ikiwiki
setup file, prefixes directives with `!`, and thus does not prevent
links with spaces. Future versions of ikiwiki will turn this option
-on by default. \ No newline at end of file
+on by default.