Explorar o código

add robots meta tag, in case we are not installed in the root
folder of a domain or subdomain. fixes #2

Simon Rupf %!s(int64=14) %!d(string=hai) anos
pai
achega
2470871e70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tpl/page.html

+ 1 - 0
tpl/page.html

@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 	<head>
 		<meta charset="utf-8" />
+		<meta name="robots" content="noindex" />
 		<title>ZeroBin</title>
 		<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" /> 
 		<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}#" />