Closed
Bug 784290
Opened 13 years ago
Closed 13 years ago
We shouldn't let Google index pages of edition ($edit, $translate, $tolocales)
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: davidwalsh)
Details
These pages should not be indexed as they can lead to spam, strange behavior.
In case of $edit, $translate or $tolocales, we should add a
<meta name="robots" content="noindex">
(but not nofollow as we want the links to be followed :-) )
This will help us in lowering somewhat the noise in some tools, hiding real problems.
Updated•13 years ago
|
Priority: -- → P1
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dwalsh
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/3f36843d400cb4f284f592938cfe7ad60ca87267
fix bug 784290 - Adds decorator to prevent indexing given views
https://github.com/mozilla/kuma/commit/0eb588aaf9e7efbf470212d5a4f876b1a025c9cc
Merge pull request #595 from darkwing/noindex-decorator-784290
fix bug 784290 - Adds decorator to prevent indexing given views
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•