Merhaba bir kod buldum site üzerindeki dış linkleri hem yeni sekmede açtırıyor hem de nofollow etiketi ekliyor söylendiğine göre.

<script>
$(document).ready(function(){
$('a[href*="http://"]:not([href*="'+location.hostname+'"]),[href*="https://"]:not([href*="'+location.hostname+'"])').attr('target','_blank').attr('rel','nofollow').addClass('denemedomain.com');
});
</script>



Soru ise şu bu kod kesin olarak doğru mu yani kendi linklerimizi de nofollow yapmaz değil mi?

Orada denemedomain.com harici tüm linkler nofollow mu diyor acaba?