We index the contents. In particular since the URLs for the list of messages
are very dynamic, it turns into huge amounts of pages being indexed.
{%extends "base.html"%}
{%block title%}PostgreSQL Mailing Lists: {{title}}{%endblock%}
+{%block extrahead%}<meta name="robots" content="noindex">{%endblock%}
{%load pgfilters%}
{%block contents%}
<h1>{{title}}</h1>
{%extends "base.html"%}
{%block title%}PostgreSQL Mailing Lists: {{list.listname}}{%endblock%}
+{%block extrahead%}<meta name="robots" content="noindex">{%endblock%}
{%load pgfilters%}
{%block contents%}
<h1>{{list.listname}}</h1>