Make Your Blog DoFollow
Do Follow Tools
To spot if a blog has do-follow attribute, you can use a Firefox add-on called Search Status. After you install it, then right click on the logo and tick “Highlight Nofollow Links”. After you activate the menu, all the nofollow links will be highlighted in pink color.
Please Help Spread The Love
You can also make your blog to be Do Follow as well. If you use Wordpress for your blog, you can use Do Follow Wordpress Plugin to take off No Follow tag attribute. Or, if you want to do it manually, here are the steps:
1. Go to folder "wp-includes" in wordpress folder you have installed 2. Find a file called "comment-template.php" 3. In line 47 you will find a code $return = “<a rel="’external" href="’$url’">$author</a>”; 4. Change it to $return = “<a href="’$url’" target="’_blank’">$author</a>”; 5. Save the file, that’s it. Done