changeset 1628:88ad18c16ae5

[hgweb] Prevent search engine bots from indexing the entire repository
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Jan 2006 16:36:44 +1300
parents 11cd38286fdb
children 4fb25c078d06
files templates/header.tmpl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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; }