How to Nofollow a Link

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.

Did you enjoy this post? to get even more WordPress tips, news, and resources!

StumbleUpon

2 Comments

  1. perde
    Posted October 29, 2008 at 8:29 am | Permalink

    thank you

  2. Perde
    Posted November 25, 2008 at 6:27 pm | Permalink

    I did not know that giving an external link decreases pagerank.

    Thanks for the tip :)

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*