<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?