Steffen
Well-known member
- Affected version
- 2.0.9
In general, Google recommends not to use rel="nofollow" on internal links: http://www.thesempost.com/google-dont-ever-nofollow-your-own-internal-links/
There may be exceptions where rel="nofollow" on internal links can be useful. I'm thinking about the permalink of each post. (If you have lots of posts then these links could use a significant portion of your crawl budget.)
But I don't see a reason why rel="nofollow" makes sense for links to https://xenforo.com/community/login/, https://xenforo.com/community/register/, and https://xenforo.com/community/search/ which exist in the header and off-canvas menu of XenForo.
If, for some reason, you don't want these pages to be indexed then they should use
There may be exceptions where rel="nofollow" on internal links can be useful. I'm thinking about the permalink of each post. (If you have lots of posts then these links could use a significant portion of your crawl budget.)
But I don't see a reason why rel="nofollow" makes sense for links to https://xenforo.com/community/login/, https://xenforo.com/community/register/, and https://xenforo.com/community/search/ which exist in the header and off-canvas menu of XenForo.
If, for some reason, you don't want these pages to be indexed then they should use
<meta name="robots" content="noindex">
. The attribute rel="nofollow" won't help with that.