Fixed Nofollow Quote Goto

nrep

Well-known member
Affected version
2.2.3
/goto/ links are normally "nofollowed", however the one for quote jumps isn't in 2.2.3. It's causing a lot of unnecessary crawls.

Code:
<a href="/goto/post?id=123" class="bbCodeBlock-sourceJump" data-xf-click="attribution" data-content-selector="#post-123">Test said:</a>

Should be:

Code:
<a href="/goto/post?id=123" class="bbCodeBlock-sourceJump" data-xf-click="attribution" data-content-selector="#post-123" rel="nofollow">Test said:</a>
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.4).

Change log:
Mark go-to links in quotes as nofollow
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom