NoFollow Links Page WordPress Plugin
Following Google PageRank update few days ago, I created a WordPress plugin to help me maintain my links page/blogroll page and to prevent PageRank loss from blogroll page.
The plugin simply called NoFollow Links Page plugin.
Just create a new page, type <!–links-page–> on it, and the plugin will automatically replace it with list of our links plus embedded rel=”nofollow” tag.
Our links page source code will looks like this:
1 2 3 4 5 6 | <ul> <li><a href="http://www.cyber-pacific.com/" target="_blank" rel="nofollow" >Cyber Pacific</a> - Step by step online guides</li> <li><a href="http://secundaputri.com/" target="_blank" rel="nofollow" >Secunda Putri</a> - Open Your Heart and Smile</li> <li><a href="http://www.kayutangan.com/" target="_blank" rel="nofollow" >Kayu Tangan</a> - Blog`e Arema</li> <li><a href="http://andra.web.id/" target="_blank" rel="nofollow" >aNdRa</a> - tHe GRuMBLeR</li> </ul> |
Please note that I add an additional links to this site in the end of your links list, if you don’t like it, please edit the plugin file, go to line 13 and change the code $thanks = true into $thanks = false.
Another alternatives:





Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 08/01 August 2nd, 2008 at 2:52 am
[...] Nofollow Links Page [...]