Use Firefox to View Nofollow Links


Author: Dane| 9 March 2007
Email This Post Email This Post Print This Post Print This Post

Welcome to BlizzU! If you're new here, you may want to subscribe to ourRSS feed. Thanks for visiting!

This is in reference to a post Matt Cutts made about a year ago on seeing nofollow links. He shows how Firefox can be used to view nofollow links without digging through source code. A full time blogger or SEO could potentially save hours per week using this tool.

I would change Matt’s code a bit in order to make nofollow links a little less in-your-face. This will give the links a white background with a blue border and blue font.

a[rel~="nofollow"] {
background-color: white !important;
color: #7097BE !important;
font-weight: bold !important;
border:1px solid #7097BE !important;
padding:2px !important;
text-decoration:none !important;
}


Leave a Comment about this article

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>