Skip to main content

Stop Your Blog from Redirecting to Country Specific Domain Names

Do you know your blogspot sub-domain redirecting your blog to country specific domain names ?

Maybe you noticed and do not want your blog to be redirected to country specific domains, you can do that by setupingcustom domain names to your blog . But if you don't have money for buying domain name or want to setup this on blogspot blog then follow this guide till end.



But wait why google redirecting your blogspot blog to country specific domains ?

Google says that if there are any content copyright issue founded in specific country then the articles, images or videos will be unavaible on specific country. Though, your blog content will be avaible for other country users and thus your readership will not harmed.

What is TLD and ccTLD ?

TLD stands for Top Level Domain. There are many TLDs but .com, .org, and .net are most frequently choosed TLDs. Always try to buy .com extension type domain names.

Note:If you are using custom domain name then there is no issues and you don't need to setup this.

In this post I'm going to use simple javascript (no loading time issue or seo problem ) and redirect your blog to .blogspot.com extension not .blogspot.in or .blogspot.co.uk .
Step by Step: Prevent Country Specific Redirection



  • Goto blogger.com dashboard and signin to your account.

  • Choose your blog from that top left panel.

  • Goto template area and backup your template. From template area click on "Edit Html" and a new page will open.

  • Click on the coding area and search for </head> . Add the below code just above </head> .


<script br="" gt="" type="text/javascript">
var blog = document.location.href.toLowerCase();<br />
if (!blog.match(/\.blogspot\.com/)) {<br />
blog = blog.replace(/\.blogspot\..*?\//,<br />
".blogspot.com/ncr/");<br />
window.location.replace(blog);<br />
}<br />
&lt;/script>

Here is a guide help you to backup blogger template


What are the Advantage and Dis-advantage Of Redirection ?

Though blogger platform developers trying to stop negetive impect of mutiple domain extension but as a blogger I always suggest you stay above the curve before any negetive impact you see.

Some of the advantages are:

  • Social sharing count increase.

  • A slight SERP changes after applying this method. Maybe because of de-indexing country specific domains.


Dis-advantages:One dis-advantage is increased home page loading from 1:09 sec to 1:15sec maybe because of redirection but overall I am happy with performance of my blog.

Let me know, how it goes after applying this tutorial, did it increase your blogs seo score or increasing your traffic, shares ?

Popular posts from this blog

Top 10: Responsive Blogger Template

Blogger is one of the rising platform after wordpress and getting popular day by day. A responsive, seo optimized template is necessary for your blog. Today I personally handpicked top blogspot templates by judging their spped, code simplicity and responsiveness. I rank these templates by their speed scores and optimization. Top 10 Responsive SEO Optimized Blogger Template 1. Elice Blogger Template Elice template is developed by Chandeep from BlogtipsNtricks.com . I know him very well and following him from my starting days. I used this template and it work very well with any niche. Features: 1. Seo responsive Template 2. Homepage Optin box 3. Custom Popular widget 4. Simple coding &robust structure Usability: This is theme is very easy to use and works very well with tech, health, make money niche. Recommendation: Yes I recommend this template. Demo | Download 2. BMag Blogger Template (Paid) This template is from themeforest. You may be thi...

17 Amazing Blogspot Widgets That You Can Try Now

Who else want to know the best blogspot widgets list that makes your blog looks awesome ? A beautiful design matters if you're just started out. Having a beautiful conversion focused blog feel awesome RIGHT ? There are some important widgets which you must include on your blog. In today's post I am going to tell you about these widgets and why you should add these widgets to your blog. What are these Widgets ? These widgets are: 1. Subscribe or Follow by Email Widget 2. Popular post Widget 3. Search Box Widget What these widgets DO ? 1. Follow by Email widget: From the name you may already know what does it do ? Collect email subscriber for your blog. There are 8 ways to add a email subscribe widget on blogger, Shivansh Verma from Blogger Guider published a guest post on MBT guide you how to add the widget. Here are the ways you can add this widget: 1. Below post title area. 2. Above Comment area. 3. Sidebar area. 4. As a Popup after the page fully loaded. 5....

Is it Legal to Remove Footer Attribution on Blogger ? 

So you want to know whethere Is it legal to remove the Powered by Blogger attribution on blogger blogs shows in footer area ? The simple answer is NO. Why ? Because blogger providing free hosting for your blog, hosting images and hosting videos on Youtube. Is It Legal to Remove Powered by Blogger Credit? When you install a free theme on your blog then a credit link to theme developer is attached to the theme -It is not totaly FREE. So for safe side you should always give proper credit to the developer. What to do instead: when don't want to Give proper Credit ? Maybe you thinking hide the link with CSS rules but it against Google policies. You could get a penalty for hiding text and links from your readers. So we are going to hide the link in a image and add a nofollow tag so no precious link juice pass to blogger.com. First we are going to remove the attribution widget from blogger blog because it is totally uncustomizable. After that we are going to add a credit...