#11: do not index some more pages
authorChristian Weiske <cweiske@cweiske.de>
Sun, 23 Sep 2012 08:23:27 +0000 (10:23 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 23 Sep 2012 08:23:27 +0000 (10:23 +0200)
data/templates/exception.htm
data/templates/forbidden.htm
data/templates/fork-remote.htm
data/templates/search.htm
data/templates/user.htm

index 7a96da0c82fadcc9e9c88239461706fd1df89798..91120f4712380b1fda513edec34eb4b01e94a041 100644 (file)
@@ -3,6 +3,7 @@
  <head>
   <link rel="stylesheet" href="/css/phorkie.css" />
   <title>Error - phorkie</title>
  <head>
   <link rel="stylesheet" href="/css/phorkie.css" />
   <title>Error - phorkie</title>
+  <meta name="robots" content="noindex"/>
  </head>
  <body>
   <article>
  </head>
  <body>
   <article>
index a39bcf778e0c940b4892149515fe0fa0855ae295..76e728c82d6f1731c265e6c4718192d06c12b9f6 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Access Denied{% endblock %}
 
 {% extends "base.htm" %}
 {% block title %}Access Denied{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 
 <h2>Access Denied</h2>
 {% block content %}
 
 <h2>Access Denied</h2>
index f6516616921ca31566f64f509462d26e997bcf98..e16b4da85a1611f7a1fa06cd7ce6e3317f80555a 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Fork remote paste{% endblock %}
 
 {% extends "base.htm" %}
 {% block title %}Fork remote paste{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
  {% include 'fork-remote-new.htm' %}
 
 {% block content %}
  {% include 'fork-remote-new.htm' %}
 
index 074b5e6a698b85db23a476e70ac5cbd63af51e3c..7a19a4e0319916b860d43314ea4e49b602f93847 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Search results{% endblock %}
 
 {% extends "base.htm" %}
 {% block title %}Search results{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 {% if sres.results == 0 %}
  <p>
 {% block content %}
 {% if sres.results == 0 %}
  <p>
index eb032bda25f1dc953b1d864fde294e6a5d19758b..622e8d9a77a919337c2a1cc514a503f1ad4cdd67 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}User Preferences{% endblock %}
 
 {% extends "base.htm" %}
 {% block title %}User Preferences{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 
 <form method="post" action="/user" id="user_form">
 {% block content %}
 
 <form method="post" action="/user" id="user_form">