How to add no follow link ?
Autor: mahesh K.
Visitado 1158,
Seguidores 1,
Compartilhado 0
Please help me how to add no follow link attribute to a outbound link.
Publicado em
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