How to add no follow link ?
Autor: mahesh K.
Visitado 1159,
Followers 1,
Compartido 0
Please help me how to add no follow link attribute to a outbound link.
Publicado en
Hello,
This is done like this :
<a href="Your URL" rel="nofollow">Your link</a>
For example:
<a href="http://www.nasa.gov" rel="nofollow">Nasa</a>
You can insert a HTML block or use the HTML view in the text blocks if needed. Hope this can help