How to Stop Country Specific URL Redirection in Blogger

Advertisements
Blogger has introduced specific country redirection of blogs which are running on.blogspot domains. It gives a specific country based domain to your blogspot blog on the basis of your visitor’s geographical location. For example if your visitor is visiting your blog www.xyz.blogspot.com from Pakistan then it will redirect your visitor to this URL www.xyz.blogpost.pk. So, you must stop this because it could cause some serious damage to your search ranking. Today in this article, we will show you how to stop country specific URL redirection in blogger.

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.

  1. Now click on Template from sidebar and then Click on Edit HTML.
  2. Afterwards, press Ctrl+F and you’ll have a search bar then search for <head> tag in your template.
  3. 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+.
Advertisements

The Editorial Team of MyBloggerLab consists of a group of Professional Blogger geeks Led by Syed Faizan Ali (Founder of MyBloggerLab).

Comment With:
OR
Choose Wisely!

9 comments

Anonymous
July 13, 2015 at 6:44 PM

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!

Editorial Team MOD
July 14, 2015 at 8:08 AM

Seems like we read your mind, Welcome Mate

July 15, 2015 at 11:43 AM

<scripttype=' - error
<script type='

:)

July 16, 2015 at 12:20 PM

Hi Faizan Brother,
It'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.

August 8, 2015 at 4:21 PM

Hi 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?

Editorial Team MOD
August 15, 2015 at 10:19 AM

Will work on it very soon.

Editorial Team MOD
August 15, 2015 at 10:20 AM

Go to Blogger >> Setting >> Post & Comment >> Show word verification >> Set it to "NO"

August 25, 2015 at 8:00 AM

My word verification is set to No and has never been set to Yes.

August 25, 2015 at 8:14 AM

And it happens mostly when trying to comment from a mobile device not the regular pc/laptops

Post a Comment

We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.

Helping You to do Cool Things With Blogger Since 2012™.

© Copyright 2012 - 2018. MBL Networks, All Rights are Strictly Reserved.