[hgweb] Prevent search engine bots from indexing the entire repository
authorMatt Mackall <mpm@selenic.com>
Mon, 23 Jan 2006 16:36:44 +1300
changeset 1628 88ad18c16ae5
parent 1627 11cd38286fdb
child 1631 4fb25c078d06
[hgweb] Prevent search engine bots from indexing the entire repository
templates/header.tmpl
--- a/templates/header.tmpl	Wed Jan 18 17:07:48 2006 +0100
+++ b/templates/header.tmpl	Mon Jan 23 16:36:44 2006 +1300
@@ -3,6 +3,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
+<meta name="robots" content="index, nofollow" />
 <style type="text/css">
 <!--
 a { text-decoration:none; }