Project

General

Profile

Actions

Defect #7582

closed

hiding form pages from search engines

Added by Yuki Sonoda about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
Search engine
Target version:
Start date:
2011-02-09
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Form pages like /issues/new are not worth to be indexed by search engines. And moreover it is sometimes confusing for visitors from search engine. When you have a question about redmine and you search about it, what can you do if /issues/new appears?

It happens when these form pages are opened for anonymous user. It actually happened at redmine.ruby-lang.org once. So I wrote the attached patch. This patch adds a meta element as follows in some pages:

<meta name="ROBOTS" content="NOINDEX,FOLLOW,NOARCHIVE" />


Files

robot_exclusion.patch (2.01 KB) robot_exclusion.patch Yuki Sonoda, 2011-02-09 08:20

Related issues

Related to Redmine - Defect #6734: robots.txt: disallow crawling issues list with a query stringClosedGo MAEDA2010-10-24

Actions
Actions

Also available in: Atom PDF