[MKDoc-commit] Added robots tag to ensure that non showable documents are not indexed

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Mar 16 17:22:58 GMT 2005


Log Message:
-----------
Added robots tag to ensure that non showable documents are not indexed by robots

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/fragments/head:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/fragments/head/Attic/en.html,v
retrieving revision 1.1.2.34
retrieving revision 1.1.2.35
diff -Ltemplates/fragments/head/en.html -Ltemplates/fragments/head/en.html -u -r1.1.2.34 -r1.1.2.35
--- templates/fragments/head/en.html
+++ templates/fragments/head/en.html
@@ -35,6 +35,11 @@
     name="generator"
     content="MKDoc を 1.6, see http://www.mkdoc.org/"
   />
+  <meta
+    name="robots"
+    content="noindex, nofollow"
+    petal:condition="false: self/is_showable"
+  />
   <!--? The CSS people get when not logged in ?-->
   <style 
     media="screen" 


More information about the MKDoc-commit mailing list