F Felipemd23 BANNED Joined Mar 21, 2012 Messages 66 Reaction score 12 Aug 1, 2012 #1 Hi, guys, noob question. How can i know if any link is nofollow or do follow? Thanks
M martha2 Newbie Joined Apr 26, 2010 Messages 15 Reaction score 5 Aug 1, 2012 #2 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>
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>