Disallow archives resend URLs

They all generate redirects to the login page, so there is no point in
indexing them anyway.
This commit is contained in:
Magnus Hagander
2021-04-09 15:30:16 +02:00
parent 368550f2ee
commit d74fef7611

View File

@ -164,6 +164,7 @@ Disallow: /list/
Disallow: /search/
Disallow: /message-id/raw/
Disallow: /message-id/flat/
Disallow: /message-id/resend/
Sitemap: https://www.postgresql.org/sitemap.xml
""", content_type='text/plain')