Fixed reply link should be nofollowed

briansol

Well-known member
Affected version
2.2
G search console is throwing a lot of pages in the unindexed column that it shouldn't ever find.
example snippet:
Code:
<a href="/threads/title-here.1234/reply?quote=456" class="actionBar-action actionBar-action--reply" title="Reply, quoting this message" data-xf-click="quote" data-quote-href="/posts/456/quote">Reply</a>

to reproduce:
be a guest with a board set to 'post before register'. Links to reply in each post are followed and probably shouldn't be.

Suggest adding a nofollow to this link.
 
Top Bottom