Project

General

Profile

Actions

Feature #27876

closed

Add project id to robots.txt

Added by Grischa Zengel about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SEO
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Bots found activities by project number and traverse to the whole history:

redmine:443 66.249.76.119 - - [02/Jan/2018:05:42:49 +0000] "GET /redmine/projects/3/activity?from=1979-03-13&show_files=1&user_id=3 HTTP/1.1" 200 8090 "-" "Mozilla/5.0 (compatible; Googlebot/2.1;)" 

robots.txt looks like:

User-agent: *
Disallow: /redmine/projects/support/repository
Disallow: /redmine/projects/support/issues
Disallow: /redmine/projects/support/activity
Disallow: /redmine/issues/gantt
Disallow: /redmine/issues/calendar
Disallow: /redmine/activity
Disallow: /redmine/search

Expected:

User-agent: *
Disallow: /redmine/projects/support/repository
Disallow: /redmine/projects/support/issues
Disallow: /redmine/projects/support/activity
Disallow: /redmine/projects/3/repository
Disallow: /redmine/projects/3/issues
Disallow: /redmine/projects/3/activity
Disallow: /redmine/issues/gantt
Disallow: /redmine/issues/calendar
Disallow: /redmine/activity
Disallow: /redmine/search


Files

robot.diff (633 Bytes) robot.diff Toshi MARUYAMA, 2018-01-02 11:02
Actions #1

Updated by Grischa Zengel about 6 years ago

I thinks it's better to block the whole numeric project:

User-agent: *
Disallow: /redmine/projects/support/repository
Disallow: /redmine/projects/support/issues
Disallow: /redmine/projects/support/activity
Disallow: /redmine/projects/3
Disallow: /redmine/issues/gantt
Disallow: /redmine/issues/calendar
Disallow: /redmine/activity
Disallow: /redmine/search
Actions #2

Updated by Toshi MARUYAMA about 6 years ago

  • Tracker changed from Defect to Feature
Actions #3

Updated by Toshi MARUYAMA about 6 years ago

Try this patch.

Actions #4

Updated by Grischa Zengel about 6 years ago

It works. Thanks.

User-agent: *
Disallow: /redmine/projects/support/repository
Disallow: /redmine/projects/support/issues
Disallow: /redmine/projects/support/activity
Disallow: /redmine/projects/3/repository
Disallow: /redmine/projects/3/issues
Disallow: /redmine/projects/3/activity
Disallow: /redmine/issues/gantt
Disallow: /redmine/issues/calendar
Disallow: /redmine/activity
Disallow: /redmine/search
Actions #5

Updated by Toshi MARUYAMA about 6 years ago

  • Subject changed from add numerical project to robots.txt to add project id to robots.txt
Actions #6

Updated by Toshi MARUYAMA about 6 years ago

  • Status changed from New to Closed
  • Target version set to 4.0.0
  • Resolution set to Fixed

I think it is no problem because project id is disclosed in project.xml and robots.txt hides non public projects.
source:trunk/app/controllers/welcome_controller.rb@17189#L26

Actions #7

Updated by Go MAEDA over 5 years ago

  • Category set to SEO
Actions #8

Updated by Marius BÄ‚LTEANU over 5 years ago

  • Subject changed from add project id to robots.txt to Add project id to robots.txt
Actions

Also available in: Atom PDF