Tutorial How To Change Blogspot.co.id to Blogspot.com - Assalamu'alaikum, bloggers! 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') { ...