Why to Stop Country Specific Redirection?
This query might strike your mind that why you should stop country specific redirection of your blog. So, let us elaborate it for you guys. Actually, when your blog redirects on such country based URLs then it affects your blog’s Alexa Rank and Page Rank juice as the redirected URL will be considered as the new URL. And, the visitors on such URLs will not be considered your blog’s reader as the URL is different no matter the content is same. So, you are strictly suggested to stop country specific redirection in order to save the Alexa rank and page rank juice of your blog.How to Stop Country Specific Redirection of Blogspot blog
Now we are sure that you have understood the consequences related to specific redirection of blogspot blog in order to save its rank. So, get to the steps to explore the solution of it;First of all, Sign in to Blogger and select your blog.
- Now click on Template from sidebar and then Click on Edit HTML.
- Afterwards, press Ctrl+F and you’ll have a search bar then search for <head> tag in your template.
- Ones you find the </head> tag then paste the following code below </head> tag
<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>
Now, you need to Click on Save Template and then it will stop that redirection.
We are sure that it would have been proven helpful for those who were looking to stop country specific redirection in blogger. If you have queries left related to this article then lend your queries in the comment box. We shall get back to your queries and will help you out.
Was it helpful? If it was then don’t forget to share this with your other friends on Facebook, Twitter, or Google+.

It's odd that I just want to request tutorial for this. I open MyBloggerLab then this come out. I guess it's my lucky day. Thanks Syed!
ReplyDeleteSeems like we read your mind, Welcome Mate
DeleteHi Faizan pls my blog visitors keep complaining that they keep getting a message to prove they arre not robots making it very difficult and time consuming to drop comment and I on my own path have disabled this robot thing from my settings but it's still the giving challenges. Pls how can I stop this?
DeleteGo to Blogger >> Setting >> Post & Comment >> Show word verification >> Set it to "NO"
DeleteMy word verification is set to No and has never been set to Yes.
DeleteAnd it happens mostly when trying to comment from a mobile device not the regular pc/laptops
Delete<scripttype=' - error
ReplyDelete<script type='
:)
Hi Faizan Brother,
ReplyDeleteIt's really a helpful post. I want to request you something.
Please create a short video tutorial in urdu, on how to write SEO friendly blog posts. It will be so useful for me an thousands of other blogger from Pakistan and India.
Many articles are available in written form, on this topic but they cannot help anyone as a video tutorial can do.
I'm waiting for your reply, bro.
Will work on it very soon.
Delete