2014-04-05, 09:13 AM
Question nofollow attribute
How to make external links on the site have attribute: nofollow
www.androidforum.com
www.jelo.com.au
... etc.
www.forum.pcformat.ie/tutorial/098.html
www.facebook.com/jansam.html
My links to my domain without the nofollow attribute
www.mysite.com
www.mysite.com/tutorial_one.html
Modification template, code?
Maybe a plug?
How to make external links on the site have attribute: nofollow
<a href="http://www.androidforum.com" rel="nofollow">forum android</a>
www.androidforum.com
<a href="http://www.jelo.com.au" rel="nofollow">Info forum</a>
www.jelo.com.au
... etc.
www.forum.pcformat.ie/tutorial/098.html
www.facebook.com/jansam.html
My links to my domain without the nofollow attribute
<a href="http://www.mysite.com" >mysite.com</a>
www.mysite.com
www.mysite.com/tutorial_one.html
Modification template, code?
Maybe a plug?