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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -