Actions
Defect #38201
closedFix robots.txt to disallow issue lists with a sort or query_id parameter in any position
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Currently the robots.txt
file only disallows issue lists where the sort parameter is first in the list /issues?sort=
, the sort parameter might not always be the first in the parameter list though, e.g. /issues?page=2&sort=
.
Files
Related issues
Updated by Felix Schäfer almost 2 years ago
- File 38201.patch 38201.patch added
The attached patch improves the robots.txt
file in a way similar than the line for the set_filter
parameter for the parameters sort
and query_id
.
Updated by Go MAEDA almost 2 years ago
- Related to Defect #6734: robots.txt: disallow crawling issues list with a query string added
Updated by Go MAEDA almost 2 years ago
- Target version set to 4.2.10
Setting the target version to 4.2.10.
Updated by Go MAEDA almost 2 years ago
- Subject changed from Improve robots.txt to Improve robots.txt to disallow issue lists with a sort or query_id parameter in any position
- Category changed from Performance to SEO
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the fix. Thank you.
Updated by Go MAEDA over 1 year ago
- Tracker changed from Patch to Defect
- Subject changed from Improve robots.txt to disallow issue lists with a sort or query_id parameter in any position to Fix robots.txt to disallow issue lists with a sort or query_id parameter in any position
Actions