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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -