When posting in message boards how do you know if a signature or link has a no follow method? How would this look like? And what if it states target=blank?
If you use Firefox, you can install the searchstatus plugin and it has an option to highlight the links if they are no follow.
the <A> tag has this property set: rel=nofollow target=? simply tells the browser to open in a new window.
Like the previous poster said, simply do a view source in your browser and look at the anchor tag. If you see rel=nofollow you know it's a no follow tag.
there was this code which once added to your IE, will show you no follow links as highlighted. forgot the code!!! anyone remember that code...
They will look like normal links. No special look. Just look at HTML source code of the page and you will see rel="nofollow" attribute in the anchor tag. That's it.
Thanks guys, i had encountered some good forums with high visitors related to my sites keywords and subject so this would be also a good place to put in some links and also getting some SE improvement. Thanks guys
In firefox you can also just right-click on the link itself, select properties, and it will tell you "Relation: nofollow" in the properties... min
no prob I figure, it's already built-into firefox, no need to add (yet another) extension, as I've got a bunch installed as it is. For those who may not be using it, the "web developer" extension is essential, as well as the "SEOpen" extension. I can provide links for them if anyone needs... min.
Alrighty then... The SEOpen extension can be found here: https://addons.mozilla.org/extensions/moreinfo.php?id=570 The WebDeveloper extension can be found here: https://addons.mozilla.org/extensions/moreinfo.php?id=60 And a list of a dozen or so extensions that I personally find indespensible are linked from my personal blog here: http://blog.thedarksighed.com/links?cat=40 enjoy! min.
Don't know about that specifically, but here's a post off Matt Cutt's blog that explains how to edit the default CSS behavior in Firefox to make Firefox show nofollow links with a red background by defaut: http://www.mattcutts.com/blog/seeing-nofollow-links/ It's a simple css edit, and will be active all the time for all pages. Notting: No problem. min.