Probably, rel="nofollow" should be added to the links in the insert media pop-up window.
This could prevent possible Google link juice flow to sites if XenForo guest posting / writing before registering is enabled.
For example, this would change:
to:
This could prevent possible Google link juice flow to sites if XenForo guest posting / writing before registering is enabled.
For example, this would change:
HTML:
<a href="https://www.apple.com/music" target="_blank">Apple Music</a>
to:
HTML:
<a href="https://www.apple.com/music" target="_blank" rel="nofollow">Apple Music</a>
Upvote
0