Hi All,
My understanding about the use of <meta name="robots" content="nofollow" /> & <a href="signin.php" rel="nofollow">sign in</a> is that
The first one doesn't crawl any links going out of the page that the meta is used. By crawling I mean that Google will not collect those links for the index purpose, it will simply neglect them like they don't exist. But it might crawl and index them from various other pages that these links might be linked from.
The second one doesn't actually share the link juice/authority/credit with the link used in rel="canonical". This mostly helps the blog comments section from being spammed.
But it looks like I was wrong and that both does that same and the later one is most preferable one for Google as per this post by Google: [
support.google.com...]
Is that correct? Can you please share your thoughts?
Thanks!