So I just knew that my .blogspot.com was changed into blogspot.co.id. Surely I'm a lil bit shocked cause it will effected to my seo and alexa rank. huhu :(
I also knew it wasn't just me who have this sort of thing, yeah.. dunno what's happen with blogspot these days -.-"
But alhamdulillah, I've found a tips to change it back to .blogspot.com. How ?
- Sign In to your blog
- Go to your Template → Edit HTML
- Find <head> code (CTRL + F)
- If it's found, copy this script below and then paste into your blog template, right under that code <head>
<script type='text/javascript'> var str= window.location.href.toString(); if ((str.indexOf('.com/'))=='-1') { var str1=str.substring(str.lastIndexOf(".blogspot.")); if (str1.indexOf('/')=='-1') { var str2=str1; } else { var str2=str1.substring(0,str1.indexOf('/')+1); } window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/'); } </script>
- Save Template
Goodluck !
thanks... i'll try this script :)
ReplyDelete