Today we will see how to stop redirection of blogger blog to specific
country domain URL. When we open our blog. Yes there is a problem with blogger
blog that when we open the
abc.blogspot.com then it redirects to the abc.blogspot.in. It is in the 15 countries. Here we will
discuss the all things about this.
Live Demo
Disadvantages:
Sometimes in other countries our url open in different way.
Which you do not want.
In social media on facebook and Google and on Google plus it
will have different expression?
Your visitors can be less may be.
You will get other problem on the different commenting form
on the commenting platform like on disqus and facebook comment form.
It might be take the all juice of your Google page rank.
So here is a script which will stop your blog redirection to
country domain url.
Script:
<script type="text/javascript">var blog = document.location.hostname;var slug = document.location.pathname;var ctld = blog.substr(blog.lastIndexOf("."));if (ctld != ".com") {var ncr = "http://" + blog.substr(0, blog.indexOf("."));ncr += ".blogspot.com/ncr" + slug;window.location.replace(ncr);}</script>
Just go to blogger dashboard
>>>edit template now just paste above script just after the
<head>. Enjoy
now you are done. Now your blog will redirect to abc.blogspot.com not to abc.blogspot.in or any other country url.
now you are done. Now your blog will redirect to abc.blogspot.com not to abc.blogspot.in or any other country url.

Edior Team- My name is rohit chugh. I love to write about blogging tips, seo , Google tips and technology tips. I love to discover new topics







mau tanya gang!,. cara menghentikan redirect blog saya dri blog orang lain!,. soalnya sy copy dia punya scrift n scrift itulah yg bermasalah, tpi sy suka betul scrift itu..
ReplyDeletesy mau tau cara menghentikan pengalihan alamat sy ke alamat blognya.. thanks..