How i would know which site “dofollow” and which “nofollow”?
You would check their source code to see how they link…
But keep in mind that while search links are a part of SEO and marketing, they are not the sum total. Having a strong link that drives traffic to you without allowing for crawling is just as good, if not far better, than something with a small search weight.
Just make use of searchstatus addon of firefox.After adding this addon rightclick over the highlight the Nofollow links,then every nofollow link of the website what you are viewing will be highlighted in pink colour automatically.
if you’re using chrome, use this Meta Inspector Extension.
hi,
as above said no follow is like…
but every site you don’t need to go & check if you are using chrome then find in extension about no follow & will get the tool which high light red border on each no follow links…
it is “NoDoFollow”, and yes it is the best addon for knowing which links are nofollow and which are dofollow.
Just install SEOMOZ toolbar and it will help you know the dofollow and nofollow websites. There are a lot of ways like checking source code of website and installing plugins which I was to use before but I found this much easier…
If you are using mozilla firefox you can use their addon called “donofollow”.
Right click your mouse and click on the “donofollow”.
The red links are no follow while the blue links are do follow
As Ted S says, look in the source code. Normally a link is “dofollow” by default, like this:
<a href=“http://www.example.com/disclaimer.php”>Disclaimer</a>
To turn it into a “nofollow” the snippet: rel=“nofollow” is added like this:
<a href=“http://www.example.com/disclaimer.php” rel=“nofollow”>Disclaimer</a>
Another easy way of tracking do follow and no follow links is Just press Ctrl+U from you key bord and for find Ctrl+F search no follow…
Going for and using the firebug tool helps in to determine whether the link is do follow or no follow. Install that and check the relation of the links your own self with out wasting your own time.