From cabd6fabc7ace086f238acfbf55d24dcdfcc9c19 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 17 Jan 2012 22:09:17 -0500 Subject: [PATCH] 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. --- collects/meta/web/stubs/mailman.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/meta/web/stubs/mailman.rkt b/collects/meta/web/stubs/mailman.rkt index 58114fb739..6a294932c3 100644 --- a/collects/meta/web/stubs/mailman.rkt +++ b/collects/meta/web/stubs/mailman.rkt @@ -477,7 +477,7 @@ (define archtocs (let ([title @list{%(listname)s archives}] [headers @list{@style-header - @meta[name: 'robots content: "noindex,follow"] + @;meta[name: 'robots content: "noindex,follow"] %(meta)s}]) (define (content mbox?) @list{ @@ -531,7 +531,7 @@ #:title "%(listname)s %(archive)s archives by %(archtype)s" #:part-of 'community #:extra-headers @list{@style-header - @meta[name: 'robots content: "noindex,follow"] + @;meta[name: 'robots content: "noindex,follow"] %(encoding)s}]{ @(define sorted-info @ul{@li{@b{Messages sorted by:} @@ -565,7 +565,7 @@ @link[rel: 'made href: '@{mailto:%(email_url)s?Subject=%(subject_url)s&@; In-Reply-To=%(in_reply_to_url)s}] - @meta[name: 'robots content: "index,nofollow"] + @;meta[name: 'robots content: "index,nofollow"] %(encoding)s %(prev)s %(next)s}]{