diff options
author | martin f. krafft <madduck@madduck.net> | 2008-03-11 19:07:52 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-11 15:44:18 -0400 |
commit | a64d31d293f51b1fbe5fc4122739a69681c1344d (patch) | |
tree | 27da628cc4da5abdccd9cf1cfea7f6933b5dc4e3 /doc/ikiwiki/subpage | |
parent | 227107b21864dedb40995875c6a68c1a2a665f9a (diff) |
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/subpage')
-rw-r--r-- | doc/ikiwiki/subpage/linkingrules.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ikiwiki/subpage/linkingrules.mdwn b/doc/ikiwiki/subpage/linkingrules.mdwn index c1062304a..e547f3090 100644 --- a/doc/ikiwiki/subpage/linkingrules.mdwn +++ b/doc/ikiwiki/subpage/linkingrules.mdwn @@ -1,3 +1,4 @@ +[[!meta robots="noindex, follow"]] To link to or from a [[SubPage]], you can normally use a regular [[WikiLink]] that does not contain the name of the parent directory of the [[SubPage]]. Ikiwiki descends the directory hierarchy looking for a |