Closed Bug 685642 Opened 13 years ago Closed 13 years ago

Links posted in questions and forums don't have rel="nofollow"

Categories

(support.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
2011-09-27

People

(Reporter: rrosario, Assigned: rrosario)

Details

I am pretty sure we did this right at some point, but right now all links are passing google juice. Once the SEO kids find out they will spam us with links. For example:
https://support.mozilla.com/en-US/questions/868933

Lets add tests to make sure we don't regress.
Assignee: nobody → rrosario
I think we did this to make on-site links not have rel="nofollow". I added an option to bleach to allow relative links to skip it but there were issues and it got backed out.
(In reply to James Socol [:jsocol, :james] from comment #1)
> I think we did this to make on-site links not have rel="nofollow". I added
> an option to bleach to allow relative links to skip it but there were issues
> and it got backed out.
For now, I was planning on adding nofollow everywhere _except_ wiki documents since those go through review anyway. Whitelisting certain domains would be a nice feature.
https://github.com/jsocol/kitsune/commit/6fc253a39464bd34702ac95f22673732716b8925
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: 2011-09-20 → 2011-09-27
I am able to click a link in the forum- is that expected? EX; https://support-release.allizom.org/en-US/forums/test/707538
(In reply to Rebecca Billings from comment #4)
> I am able to click a link in the forum- is that expected? EX;
> https://support-release.allizom.org/en-US/forums/test/707538

Links remain clickable, they just need to have `rel="nofollow"` so that google and other search engine spiders ignore them.
Verified link has 'rel="nofollow"' on it.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.