WordPress Expert » sidebar http://johnlamansky.com/wordpress Wed, 01 Jun 2011 18:58:49 +0000 en hourly 1 http://wordpress.org/?v=3.3 How to Nofollow a Link http://johnlamansky.com/wordpress/nofollow-link/?utm_source=rss&utm_medium=rss&utm_campaign=nofollow-link http://johnlamansky.com/wordpress/nofollow-link/#comments Wed, 18 Jun 2008 14:00:16 +0000 John Lamansky http://wordpress.jdwebdev.com/?p=61 Adding “nofollow” to links can increase your blog’s rankings by decreasing unnecessary PageRank flow. Here’s how to do it.

First of all, here’s what the HTML code for a link might look like:

<a href="http://wordpress.jdwebdev.com">WordPress Expert</a>

The link, when rendered, would look like this:

WordPress Expert

To add nofollow, you would change it to this:

<a href="http://wordpress.jdwebdev.com" rel="nofollow">WordPress Expert</a>

You may be able to find links to manually nofollow by going to your Theme Editor (under Design) and scanning the sidebar and footer files. You should nofollow links to any page for which you don’t care about the ranking. For example, you may want to nofollow links to your RSS feed, since there isn’t much point in that appearing in a standard web search.

]]>
http://johnlamansky.com/wordpress/nofollow-link/feed/ 17