What is the most reliable method to check to see if a no follow link has been added. Several links of mine are meant to have a no follow characteristic but my software disagrees with them
view source on the site and see if the rel="nofollow" is right before the href for example <a rel="nofollow" href="http://www.example.com">This is anchor text</a> If you see that , then its a no follow You could also add a FF ( Firefox ) plugin called seoquake and that has an option to put strike throughs in links that are no followed Hope that helps