Stop Country Specific URL Redirection in Blogger

Today I will explain you the most important topic related to search ranking that how to stop specific URL redirection in blogger. This qu...

Stop country specific url redirection in blogger
Today I will explain you the most important topic related to search ranking that how to stop specific URL redirection in blogger. This question arises in many forums and in discussion, maybe you also suffer from this problem, it’s not an ordinary bug, it hasn’t only eaten your blog Alexa rank even your page rank also which will make your blog trash in search results. It all happens from URL redirection which is mostly activated in blogger sub-domain, the work of this redirection is convert your default blog address into CCTLD (Country Code Top Level Domain) means if a visitor from United Kingdom visits your site e.g. “yoursite.blogspot.com” then CCTLD made him “yoursite.blogspot.com.uk” it has lots of disadvantages which is mentioned below.

What Happened From Specific URL Redirection

  1. It  will crash and disturb your Alexa Ranking.
  2. It will eat your page rank and if you have already so made him fake in the eyes of Google.
  3. If you have an Adsense so it will implement bad impression on Google Adsense.
  4. Decrease your page speed every time when you will check.
  5. Create errors between HTTP and WWW.
So have you seen that how many disadvantages of Blog redirection, for being safe from this server errors read the below passage.

Open your blogger Account.

Click on the template from the drop down menu which is present in the right.

Tap on EDIT HTML>> Press CTRL+F and Search </head>.

Paste the below script just below </head> and finally click on save the template.
<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>
It is fully proved and legal from Google so don’t feel risky when you implementing the above script in blogger, actually there is a term NCR (No Country Redirect) which is used for stop URL redirection if you want to see live demo of NCR so simply apply on it Google web address like whatever you have country code e.g. www.google.com.pk replace PK with /ncr then address becomes www.google.com/ncr and see the live evidence of NCR, it will open default Google which is in English.

Read This: Top 10 Stylish Custom Search Boxes For Blogger.

Now you don’t need to worry from any server error or from the above disadvantages, you have successfully blocked this redirection, this script takes little time for starting work after a few days you would realize good and feel better with Alexa rank and also little in traffic. From this useful guide I hope that you would have find your all answers and queries about URL redirection.

COMMENTS

Name

Android,2,backlinks,7,Blogger,46,blogger theme,1,Errors,1,How To,31,Make Money Online,2,SEO,13,SMM,10,Templates,9,Tools,7,Tricks,15,Web designing,18,Widgets,24,WordPress,4,
ltr
item
PRO TECHNIFY: Stop Country Specific URL Redirection in Blogger
Stop Country Specific URL Redirection in Blogger
http://2.bp.blogspot.com/-5YtfgTg6RMw/Vap-B5mB2zI/AAAAAAAAIjU/lO2xrNmS-sQ/s640/stop-country-specific-url-redirection-in-blogger.png
http://2.bp.blogspot.com/-5YtfgTg6RMw/Vap-B5mB2zI/AAAAAAAAIjU/lO2xrNmS-sQ/s72-c/stop-country-specific-url-redirection-in-blogger.png
PRO TECHNIFY
https://protechnify.blogspot.com/2015/07/how-to-stop-country-specific-url-in-blogger.html
https://protechnify.blogspot.com/
https://protechnify.blogspot.com/
https://protechnify.blogspot.com/2015/07/how-to-stop-country-specific-url-in-blogger.html
true
8223102945718438291
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy