[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
+++ b/templates/header.tmpl
@@ -3,6 +3,7 @@ Content-type: text/html
 <!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; }