by default bbpress adds nofollow to links in content (and elsewhere – wouldn’t swear it was everything, but seems to be!)
thank you Robin, but When I write a new article I add a link in the content, this link is follow.
🙁
can you provide a link to an example?
I am working in local, but the problem with follow is when someone writes a new post, he can add spam in the content and I want bydefault mark the links as nofollow.
thank you for your help.
The nofollow is added on output rather than save, so if you use inspection tools you will see that the actual code sent to browser (and hence seen by robots) has nofollow
eg
<div class="bbp-reply-content">
<p>
<a href="http://www.rewweb.co.uk" rel="nofollow">link to my site</a>
</p>