apa sich kegunaannya ???
memberi atribut rel="nofollow" pada setiap eksternal link akan membuat blog/web kita mudah untuk di index oleh seach engine
ikuti langkahnya :
- masuk ke blogger dashbor
- pilih TEMPLETE kemudia pilih EDIT HTML
- setelah itu cari kode </head> dan copy code dibawah ini tepat diatas kode </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
<![CDATA[
jQuery('a').each(function(){var a=jQuery(this).attr('href');if(typeof a!='undefined'&&a!=""&&(a.indexOf('http://')!=-1||a.indexOf('https://')!=-1)&&a.indexOf(window.location.hostname)==-1){jQuery(this).attr("rel","nofollow")}});
]]>
</script>
- sekarang simpanlah templete anda