Friday, February 2, 2007

How To Cease Province Specific Url Redirection Inwards Blogger

Blogger has introduced specific soil redirection of blogs which are running on.blogspot domains. It gives a specific soil based domain to your blogspot spider web log on the soil of your visitor’s geographical location. For illustration if your visitor is visiting your spider web log www.xyz.blogspot.com from Islamic Republic of Pakistan hence it volition redirect your visitor to this URL www.xyz.blogpost.pk. So, y'all must halt this because it could displace about serious harm to your search ranking. Today inwards this article, nosotros volition exhibit y'all how to halt soil specific URL redirection inwards blogger.

Why to Stop Country Specific Redirection?

This question mightiness make your heed that why y'all should halt soil specific redirection of your blog. So, allow us elaborate it for y'all guys. Actually, when your spider web log redirects on such soil based URLs hence it affects your blog’s Alexa Rank in addition to Page Rank juice equally the redirected URL volition live considered equally the novel URL. And, the visitors on such URLs volition non live considered your blog’s reader equally the URL is unlike no affair the content is same. So, y'all are strictly suggested to halt soil specific redirection inwards lodge to salvage the Alexa rank in addition to page rank juice of your blog.

How to Stop Country Specific Redirection of Blogspot blog

Now nosotros are certain that y'all bring understood the consequences related to specific redirection of blogspot spider web log inwards lodge to salvage its rank. So, larn to the steps to explore the solution of it;
First of all, Sign inwards to Blogger in addition to lead your blog.

  1. Now click on Template from sidebar in addition to hence Click on Edit HTML.
  2. Afterwards, press Ctrl+F and you’ll bring a search bar hence search for <head> tag inwards your template.
  3. Ones y'all notice the </head> tag hence glue the next code below </head> tag
<script type='text/javascript'>
      var spider web log = 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 involve to Click on Save Template in addition to hence it volition halt that redirection.

We are certain that it would bring been proven helpful for those who were looking to halt soil specific redirection inwards blogger. If y'all bring queries left related to this article hence lend your queries inwards the comment box. We shall larn dorsum to your queries in addition to volition tending y'all out.

Was it helpful? If it was hence don’t forget to part this alongside your other friends on Facebook, Twitter, or Google+.

No comments:

Post a Comment