Skip to main content

How to Disable Country Specific Domain Redirection in Blog?

How to Disable Country Specific Domain Redirection in Blog?

Blogger is the largest platform for free blogging. In past, Google introduced the country specific domain redirection in Blogspot. It means that your blog name redirect to country specific domain extension. For example, instead of viewing blogspot.com, your readers view their country specific domain extension. Indian people see "example.blospot.in" instead of "example.blogspot.com". This redirection is named ""country-code Top Level Domain" (ccTLD". It also gives 302 redirection names. Many people like mine don't like country redirection and wants to keep blospot.com extension. Today I am sharing a trick to Disable Country Specific Domain Redirection in Blog?

Some country with redirection names

Blogger does not introduce redirections for all countries. It mostly redirects on below mentioned countries.
  1. Argentina [blogspot.com.ar] 
  2. Australia [blogspot.com.au] 
  3. Brazil [blogspot.com.br] 
  4. Czech Republic [blogspot.cz]
  5. UK [blogspot.co.uk]
  6. Canada [blogspot.ca] 
  7. France [blogspot.fr] 
  8. Germany [blogspot.de] 
  9. Hong Kong [blogspot.hk]
  10. India [blogspot.in] 
  11. Sweden [blogspot.se] 
  12. Italy [blogspot.it] 
  13. Japan [blogspot.jp] 
  14. Mexico [blogspot.mx] 
  15. New Zealand [blogspot.co.nz] 
  16. Portugal [blogspot.pt] 
  17. Romania [blogspot.ro]
  18. Spain [blogspot.com.es]

 Disable Country Specific Domain Redirection

  1. Go to your blogger dashboard and select your desired blog. 
  2. Go to Blog Templates and Edit HTML 
  3. Find </head> and below code paste just above it. 
script type='text/javascript'> var str= window.location.href.toString(); if ((str.indexOf('.com/'))=='-1') { var str1=str.substring(str.lastIndexOf(".blogspot.")); if (str1.indexOf('/')=='-1') { var str2=str1; } else { var str2=str1.substring(0,str1.indexOf('/')+1); } window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/'); } </script>
Now all work has done and checks your blog. It does not redirect to country specific extension.

Conclusion

I hope this short tutorial help you to prevent domain redirection and to get better search engine presence and Alexa ranking improvement. If you like this short post, please share it with your friends on social media.

Comments

Popular posts from this blog

Top High Page Rank Dofollow Forums 2015 to Increase Backlinks

Quality backlinks are an important part of SEO (search engine optimization). They play a key role to increase your search engine ranking, Alexa ranking and brings quality traffic on your blogs. Every blogger strives to increase its backlinks to improve its presence in search engines. One thing to remember that a quality backlink has much importance on 1oo bad links. Now first we define what is a backlink? Backlinks, also known as incoming links, inbound links, inlinks, and inward links, are incoming links to a website or web page. In basic link terminology, a backlink is any link received by a web node (web page, directory, website, or top-level domain) from another web node. ( WikiPedia )  You can get quality backlinks from pro bloggers a number of ways, for example comment on posts, guest posts etc. Dofollow Forums 2015 First, I provide you 50+ High page rank dofollow comment blogs . Today, I am providing top high page rank dofollow forums 2015 to increase your b...

10 Best Creative Domain Name Generator Tools

Domains are very significant part of a commercial enterprise and its branding. Attractive and easy domain name also helps to get huge traffic. If you want to create a new website or blog and do not have an idea about selecting a good domain name, then there is an easy solution to your problem. In this post, I describe 10 Best Creative Domain Generator Tools that help you to get ideas for your new domain. 1. NameBoy This is a worthy and reliable creative domain name generator tool. Thousands of people all over the world use NameBoy. Boy recommends you numerous domain name when you entered primary and secondary word of your domain. You can also find sold domain names by this generator. 2. DomainsBot DomainsBot an immediate and trusted domain name generator tools. It helps you to find the domains based on extensions. The main advantage is that you can check premium domains and free domain lookup to get owner’s information. 3. Dot-o-mator Dot-o-motor is much relating to NameBo...

How to Add Responsive Social Sharing Buttons for Mobile in Blog

Mobile phones and tablets become the great source of traffic for blogs and websites. Google also announced that mobile friendly sites are the key factor in search ranking. Google implies new mobile friendly search ranking policy to April 2015. Therefore, it becomes more important for every blogger or webmaster to make his/her sites mobile friendly for better ranking in search engines. After search engines, social media is the great source of traffic for blogs. Unfortunately, in blogger mobile views, social sharing buttons do not appear properly. Today I am showing a way How to Add Responsive Social Sharing Buttons for Mobile in Your Blog. How to add Social Sharing Buttons Go to AddThis and create a free account  Now login your account and go to the tool.  Scroll down, select mobile toolbar, and click on setup button  Now you can customize your mobile buttons according to your wishes like their color, positions follow, share buttons etc. (If you select follow ...