XenForo
Administrative
- Thread starter
- Admin
- #1
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:
HTML:
to:
HTML:
ادامه مطلب...
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>
ادامه مطلب...