Remove robots meta tags.

Indexing index pages is harmless, and also "nofollow" is appropriate for
public lists with lots of junk, advertising etc.  We have nearly zero
spam, so following links in posts is fine.
This commit is contained in:
Eli Barzilay 2012-01-17 22:09:17 -05:00
parent 4e4c40ae8c
commit cabd6fabc7

View File

@ -477,7 +477,7 @@
(define archtocs (define archtocs
(let ([title @list{%(listname)s archives}] (let ([title @list{%(listname)s archives}]
[headers @list{@style-header [headers @list{@style-header
@meta[name: 'robots content: "noindex,follow"] @;meta[name: 'robots content: "noindex,follow"]
%(meta)s}]) %(meta)s}])
(define (content mbox?) (define (content mbox?)
@list{ @list{
@ -531,7 +531,7 @@
#:title "%(listname)s %(archive)s archives by %(archtype)s" #:title "%(listname)s %(archive)s archives by %(archtype)s"
#:part-of 'community #:part-of 'community
#:extra-headers @list{@style-header #:extra-headers @list{@style-header
@meta[name: 'robots content: "noindex,follow"] @;meta[name: 'robots content: "noindex,follow"]
%(encoding)s}]{ %(encoding)s}]{
@(define sorted-info @(define sorted-info
@ul{@li{@b{Messages sorted by:} @ul{@li{@b{Messages sorted by:}
@ -565,7 +565,7 @@
@link[rel: 'made @link[rel: 'made
href: '@{mailto:%(email_url)s?Subject=%(subject_url)s&@; href: '@{mailto:%(email_url)s?Subject=%(subject_url)s&@;
In-Reply-To=%(in_reply_to_url)s}] In-Reply-To=%(in_reply_to_url)s}]
@meta[name: 'robots content: "index,nofollow"] @;meta[name: 'robots content: "index,nofollow"]
%(encoding)s %(encoding)s
%(prev)s %(prev)s
%(next)s}]{ %(next)s}]{