Stop Blogger Blogspot Blogs Redirection to Country Specific Domains TLD

Buy and Sell text links

Google recently redirect all blogspot blogs to country specific domain TLD. If you are visiting a blogspot .com blog then you redirect into .in domain. If you are visiting from UK then you will be redirect to .co.uk extention. For example if you go to http://abc.blogspot.com then you will redirect into http://abc.blogspot.in.

Disadvantages of  Redirection

There are many problems with redirection country specific domain:

  • Social shares change with redirection, if you have 5 Facebook likes on abc.blogspot.com it will be changed for abc.blogspot.in.
  • Alexa rankings will be different from country specific domains and your blog Alexa rankings decreases with redirection.
  • Backlinks are different for both domain name.

If you prevent to redirection of country specific domain TLD then this script help to prevent your blogspot blog redirection to country specific domain name.

Advantages of  Prevents Redirection

  • It helps to be loose Alexa ranking from country specific redirection. keep your shares like Google+1, Facebook share, tweets count and more sharing counts.
  • Application and widgets problems will remove.

Steps for stop Blogspot Blog redirection to Country Specific TLD

  • Go to your blogger dashboard and choose template from side bar.
  • Click Edit HTML Bottom
  • Next Copy follow code and past it to your blogger coding after <head> tag.

<script type=’text/javascript’>
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf(&quot;.&quot;));
if (ctld != &quot;.com&quot;) {
var ncr = &quot;http://&quot; + blog.substr(0, blog.indexOf(&quot;.&quot;));
ncr += &quot;.blogspot.com/ncr&quot; + slug;
window.location.replace(ncr);
}

</script>

  • Click Save templates.
  • Now your Blogspot URL will not be redirected into county specific domain TLD.

This is very simple script for prevents your blog to redirect into country specific domain name. If you have any suggestion for this post then you give your response at below.

 

 

Enter your email address:

Confirm Your Email After Subscription

Share This Post

Recent Articles

Leave a Reply

© 2013 TechnoratiMedia. All rights reserved. Entries RSS · Comments RSS
Powered by Technorati Media