How To Terminal Province Specific Url Redirection Inwards Blogger

Blogger has introduced specific province redirection of blogs which are running on.blogspot domains. It gives a specific province based domain to your blogspot weblog on the footing of your visitor’s geographical location. For event if your visitor is visiting your weblog www.xyz.blogspot.com from Islamic Republic of Pakistan thence it volition redirect your visitor to this URL www.xyz.blogpost.pk. So, y'all must halt this because it could travail about serious impairment to your search ranking. Today inward this article, nosotros volition exhibit y'all how to halt province specific URL redirection inward blogger.

Why to Stop Country Specific Redirection?

This interrogation mightiness make your heed that why y'all should halt province specific redirection of your blog. So, allow us elaborate it for y'all guys. Actually, when your weblog redirects on such province based URLs thence it affects your blog’s Alexa Rank too Page Rank juice every bit the redirected URL volition live considered every bit the novel URL. And, the visitors on such URLs volition non live considered your blog’s reader every bit the URL is dissimilar no thing the content is same. So, y'all are strictly suggested to halt province specific redirection inward social club to salve the Alexa rank too page rank juice of your blog.

How to Stop Country Specific Redirection of Blogspot blog

Now nosotros are certain that y'all accept understood the consequences related to specific redirection of blogspot weblog inward social club to salve its rank. So, teach to the steps to explore the solution of it;
First of all, Sign inward to Blogger too lead your blog.

  1. Now click on Template from sidebar too thence Click on Edit HTML.
  2. Afterwards, press Ctrl+F and you’ll accept a search bar thence search for <head> tag inward your template.
  3. Ones y'all honor the </head> tag thence glue the next code below </head> tag
<script type='text/javascript'>
      var weblog = 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, y'all postulate to Click on Save Template too thence it volition halt that redirection.

We are certain that it would accept been proven helpful for those who were looking to halt province specific redirection inward blogger. If y'all accept queries left related to this article thence lend your queries inward the comment box. We shall teach dorsum to your queries too volition deal y'all out.

Was it helpful? If it was thence don’t forget to portion this amongst your other friends on Facebook, Twitter, or Google+.

Comments