How to Easily Spot NoFollow Links
Here’s an easy way to find dofollow blogs. This is for Firefox users only. If you don’t use Firefox, I’m sorry, but you should, because there’s many addons such as the one I am about to describe, that can help to increase it’s functionality. If you use another browser, maybe look for a similar plugin for your browser.
For an easy, for sure way to tell if a link is nofollow or not, is to first install a program called Stylish. You can download Stylish here. rel Stylish allows you to change the CSS of one single site, or for all sites, or for just certain aspects of sites. Say that you really want to have the H1 tag of every site to stand out, you can modify the H1 tag to stand out anyway you want.
In order to find nofollow links, we’re going to modify how any A tag (the HTML link tag) with “nofollow” in it looks. The problem with many of the other nofollow checkers, is that they don’t properly decipher rel=”external nofollow” or any other REL tag modifiers in addition to nofollow. So if you are using another nofollow checker, you may actually be wasting your time on sites that don’t pass authority.
So, once you’ve installed Stylish, you’ll be able to modify all of the A tag’s with nofollow in it, whether it is external nofollow or just nofollow. Once Stylish is installed, you will see it in the bottom right hand side of the status bar. Right click on it, and go to “Manage Styles.” Click on “Write…” Add the following code as a new style:
a[rel~=nofollow] {
background-color: pink !important;
color: black !important;
font-weight: normal !important;
text-decoration: underline !important;
border-style: solid !important;
border-top-width: thin !important;
border-bottom-width: thin !important;
border-right-width: thin !important;
border-left-width: thin !important;
}
After adding that code, Make the description say “Nofollow”… Save it as “Nofollow” or something to that effect. Then, right click on the Stylish icon in the bottom right side of the Status Bar. Then go to “Global Styles.” Then choose the “Nofollow” style (or if it’s already clicked, just leave it), and there you have it! All NoFollow links will be pink in color. To check, scroll to the bottom of this page, and look in my footer. Some of the links will be pink (the ones that are nofolllow) and some of them will be the regular color (dofollow).
And there ya go! You no longer have to rely on an addon that doesn’t decipher all instances of rel=”nofollow” correctly, nor do you have to go to view the source code and find the exact link every time. If it’s pink it’s nofollow, if it’s not pink, it’s dofollow!
