Tell robots to noindex,follow basewiki pages
authormartin f. krafft <madduck@madduck.net>
Tue, 11 Mar 2008 18:07:52 +0000 (19:07 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 11 Mar 2008 19:44:18 +0000 (15:44 -0400)
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>
doc/ikiwiki.mdwn
doc/ikiwiki/blog.mdwn
doc/ikiwiki/formatting.mdwn
doc/ikiwiki/markdown.mdwn
doc/ikiwiki/openid.mdwn
doc/ikiwiki/pagespec.mdwn
doc/ikiwiki/preprocessordirective.mdwn
doc/ikiwiki/subpage.mdwn
doc/ikiwiki/subpage/linkingrules.mdwn
doc/ikiwiki/wikilink.mdwn
doc/templates.mdwn

index 9f8693ec4a0c04c5d27cd4325734867303c9cc38..485ac882690dbd030bf3e3822ffcf6b1f0580120 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 This wiki is powered by [ikiwiki](http://ikiwiki.info/).
 [[!if test="enabled(version)"
      then="(Currently running version [[!version ]].)"
index 6a206bb629a08b15e492e89fa33cf3a48c109c9f..f1293ece87c7dd70d4fd25059ea9287d11bcaea6 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 [[!if test="enabled(inline)"
      then="This wiki has the inline plugin **enabled**."
      else="This wiki has the inline plugin **disabled**."]]
index dc1fa77fd7d2e0706cb3e7b45c8549d32f6d62c7..29dbce181563ce00af528ffe1cc9918e8da87e49 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Formatting wiki pages"]]
+[[!meta robots="noindex, follow"]]
 
 Text on this wiki is, by default, written in a form very close to how you
 might write text for an email message. This style of text formatting is
index 73aee9c1619409a331a67260a86ea9f1f8ab5495..7c3b71f70ce5d9f135c3e8768ca69e4aa364a17b 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 [Markdown](http://daringfireball.net/projects/markdown/)
 is a minimal markup language that resembles plain text as used in
 email messages. It is the markup language used by this wiki by default.
index 01a4b32b725bb373268e06f4794f5275fb4645f2..8fd70865925ff4f647e7ec823b02c82002237352 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="OpenID"]]
+[[!meta robots="noindex, follow"]]
 
 [[!if test="enabled(openid)"
      then="This wiki has OpenID **enabled**."
index 3cd6bb9f467544da33deff82bffcaf8ed2e77baf..156e3f6ca84a40eeb1c0b2009200d48f28675996 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 To select a set of pages, such as pages that are locked, pages
 whose commit emails you want subscribe to, or pages to combine into a
 blog, the wiki uses a PageSpec. This is an expression that matches
index 2cb602ebe114151a85ca59f44890b3cf236fe00b..743c0d9f5e73050d3b52a6fdb72ca6b188ea5b6c 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 Preprocessor directives are similar to a [[WikiLink]] in form, except they
 begin with `!` and may contain parameters. The general form is:
 
index 43669209c7c59b89d5f807ac9fd8cd8087a7dd8f..e047b860cabe4207b6c4385ea2611635b4633819 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 ikiwiki supports placing pages in a directory hierarchy. For example,
 this page, [[SubPage]] has some related pages placed under it, like
 [[SubPage/LinkingRules]]. This is a useful way to add some order to your
index c1062304aa9d8215ff6afd406c84e4e8de32bbe5..e547f3090a3a5c3a0fd79c80acf1dc787f4f3487 100644 (file)
@@ -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
index debbe7305a8b109e37f6c3a57c7f024b7657b765..bd5e3d1850a3fef2acf7afb20318f7bd908f33ed 100644 (file)
@@ -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.
index 205cb5b04ee19a898e474373297e8832bf7eeeb5..58d5d11461f77194036c30b919f61d42a53e2dc3 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 [[!if test="enabled(template)"
 then="This wiki has templates **enabled**."
 else="This wiki has templates **disabled**."