Links nofollow or ********?

Felipemd23

BANNED
Joined
Mar 21, 2012
Messages
66
Reaction score
12
Hi, guys, noob question.
How can i know if any link is nofollow or do follow?
Thanks
 
If the a href tag has a rel="nofollow" then it's no follow. Otherwise it is Do Follow
NoFollow:
Code:
<a href="" rel="nofollow"></a>
Do Follow
Code:
<a href=""></a>
 
Back
Top