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.
Should be:
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>