How To Test For A Nofollow
May 16th, 2007 by CourtSince about 50% of the people who ask to be on the D-List ask me how to check if their ‘dofollow’ plugin is working correctly, I think it’s about time I teach everyone how to check!
When I check the sites on the D-List, I simply go to the site I want to check and find a post that has a comment. I will then click to the post page, because that’s the only place where you can see the actual comments. I then check the comment links to see if they have a ‘nofollow’ on them; if they do the ‘dofollow’ plugin isn’t installed correctly.
Here’s How You Check
Once you are on a page that has comments, you will view the source code of the page using your browser. If you’re using Firefox, you will click ‘View’ at the top of the browser, and then select ‘Page Source’. If using Internet Explorer, you will click ‘View’ and then ‘Source’ in the browser.
The HTML code for the page will then pop up in a window on your screen. You will then search for the comments in the code. If the comment on the original page looks like this:
Comment by ricardo
2007-05-15 23:33:47
Personally, I would wait for some feedback. Check out the official wordpress forum. I think they could tell you better than most of us :).
You would do a search in the code for the name ‘ricardo’. Unless the site has the name in the text of the page somewhere, you will be taken right to the code for the link. You do the search by holding ‘Ctrl’ on your keyboard and hitting ‘f’. ‘Ctrl f’ finds whatever you type in. So you would type ‘ricardo’ and hit enter. It will take you to the place in the code where the comment is. In this case, it will look like this:
<a href=’http://www.ricdes.com’ rel=’external nofollow’>ricardo</a>
You can see the rel=’external nofollow’ right in the code. This means that the comment link has a ‘nofollow’ and the ‘dofollow’ plugin isn’t installed, or wasn’t installed properly.
Advanced Method For Checking For NoFollows
There is a Firefox extension that you can get to check for ‘nofollows’. You can download it here. You simply install the extension, and then in Firefox go to ‘Tools’, ‘ChromEdit Plus’, and then ‘ChromEdit’. The ChromEdit Plus box will then pop up and you will then go to ‘userContent.css’. Add the following lines of code to the bottom:
a[rel~="nofollow"] {
border: thin dashed firebrick ! important;
background-color: rgb(255, 200, 200) ! important;
}
Doing this will make ‘nofollow’ links look like from that point forward. (pink background, dotted outlining) This is my preferred method because I don’t have to even take the time to view the source anymore.
Related Posts:
Link Buidling Tips And Strategy
Collection of my most popular articles about link building:
102 Ways To Make Your Site A Back-Li...
D-List Page 2
Pages: 1, 2, 3, 4, 5
You may copy this list in its entirety and place it on your site, as long a...
D-List
There are well over 200 sites on the D-List
Pages: 1, 2, 3, 4, 5
These blogs have the 'no foll...
10 Games And Lessons That Helped Me Lose My Worst-Typer-Ever Championship Status
You only need these if you have a blog, website, desk job, computer, or email access. The rest of yo...
D-List Page 4
Pages: 1, 2, 3, 4, 5
You may copy this list in its entirety and place it on your site, as long a...
D-List Page 3
Pages: 1, 2, 3, 4, 5
You may copy this list in its entirety and place it on your site, as long a...

May 16th, 2007 at 1:59 pm
Nice tip.. I was wondering if the dofollow is actually working on my blog. I’ve checked now and it’s working
May 16th, 2007 at 2:04 pm
Oh good! I would add you to the ‘dofollow’ list, but you’re already on it.
May 16th, 2007 at 11:04 pm
Hi. Thanks for all your help.
I have to ask this, though because I’m not so good with this stuff:
I upgraded my whole template after you left a comment. I went through and removed the no-follow in the new template. Do I have to wait now for someone to comment again to check?
(When I check the comment that was left prior to the change, there’s that “no-follow”)
Thanks for your patience.
Oh, is there a button or something that everyone can add to their sites so that more people can hear about this?
May 17th, 2007 at 12:47 am
I think you should just leave a comment yourself, and then you can delete once you have tested to make sure that it works! Once you have it working, let me know and I’ll add you to the list!
May 17th, 2007 at 12:00 pm
Hmmm… I think I might join the dofollow movement pretty soon (next time I make a post or a little after).
I am hoping that if I join it I will get some more discussion.
May 17th, 2007 at 5:30 pm
Yea, I just joined the Do Follow movement, it should be an interesting experiment.
May 21st, 2007 at 4:25 am
An even easier way is using the Firefox “SearchStatus” plugin, which offers a menu option to Highlight Nofollow Links. You can get the plugin here:
May 21st, 2007 at 2:30 pm
Thanks for the heads up! I’m all set with the one I use, but I’m sure that one will help quite a few people!
June 11th, 2007 at 9:35 pm
There’s an easy way in Firefox.
Try highlighting the text and right click, “view selection source”
June 29th, 2007 at 7:23 am
Great tip, I checked because I wanted to make sure my site had the plugin installed correctly. Thanks!
July 23rd, 2007 at 8:36 am
[…] { border: thin dashed firebrick ! important; background-color: rgb(255, 200, 200) ! important; } Legg bokmerke […]
January 9th, 2008 at 7:21 pm
Just happened upon your site, I’ll spend more time looking around. Thanks for the tip. Installed it and sure enough, all your external links are “dofollow”. Keep up the good work.
February 10th, 2008 at 10:39 am
good post, court
April 6th, 2008 at 3:23 am
I’m going to install that plugin right now, thanks.
June 26th, 2008 at 4:11 am
Haaalp! It’s pretty cool, in fact verrry cool, but can be a pain when activated all the time. How can we switch it off (and on) at will?
July 5th, 2008 at 2:58 pm
Does anyone know of a tool for viewig dofollow or nofollow that works with IE like you can get for FF?