javascript - target= _blank is Follow or NoFollow -


target= _blank link dofollow or nofollow.

this code:

<a href="https://pcgames_free.net" target="_blank">pc games download</a> 

<a href="http://www.google.com/" target="_blank">google website</a>  <a href="http://www.google.com/" target="_blank" rel="dofollow">google website</a> 

the attribute rel="dofollow" same if have nothing.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -