Closed
Bug 680739
Opened 14 years ago
Closed 14 years ago
Add robots meta tag to templates
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
2011-09-13
People
(Reporter: scoobidiver, Assigned: rrosario)
Details
https://support.mozilla.com/en-US/kb/Template:clearCookiesCache was viewed 71 times over the last week.
We should add templates to our robots.txt, so people don't land there accidentally.
Comment 1•14 years ago
|
||
Since we don't have a "directory" for templates, we'd need to list ever template in every language individually in robots.txt.
Instead, let's add
<meta name="robots" content="noindex">
to templates.
http://www.robotstxt.org/meta.html
Summary: Add templates to robot.txt → Add robots meta tag to templates
| Reporter | ||
Comment 2•14 years ago
|
||
This template is becoming more and more popular with 230 visits over the last week (#198 top viewed article).
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rrosario
Target Milestone: --- → 2011-09-13
| Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Will verify changes to robots.txt after the release
| Assignee | ||
Comment 5•14 years ago
|
||
(In reply to Rebecca Billings from comment #4)
> Will verify changes to robots.txt after the release
This is actually in the <head /> of the page, so you can verify with just view source on a template article page (should contain `<meta name="robots" content="noindex">`).
robots.txt will not list these.
Comment 6•14 years ago
|
||
Verified meta data includes robots & noindex on template articles
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•