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

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....

How To Add Cool Related Post Widget on Blogger

There are many reasons why you should add a related post section on your blog post footer area. That's why today I am going to show you how to add the beautiful related post widget on your blog. But wait why you need related post widget? Because it is dramatically reduce bounce rate on your blog ,  make people to discover your other posts or pages. Thus increase your pageviews. Now lets add it to your blog.... Step1: Goto blogger.com and choose your blog from the list. Headover to THEME area and click on Edit Html button. Step2: Add the below css and javascript code after //]] ></b:skin> area. Step3: Now search for post-footer area in your template. (NOTE: This post-footer area always vary theme to theme but most of themes are using this class/ID but if you don't want to mess with codes just send me your template or leave blog url within comment section I'll personally help you.) Paste the below code after the section. [[Code]] WHAT TO DO NEXT ? Did ...

Blogger Vs. Wordpress: Which one is Best Platform

Are you want to start your own blog ? Yes. :)  Then this guide help you to choose which blogging platform you should use. There is many CMS platform to choose but wordpress and blogger are the most recommended platform.  Blogger is created by pyar lab and leter google buy it from them. Today you are going to learn which platform you should choose Blogger or WordPress.com . Please note that wordpress.com and wordpress.org are not same as you think . So lets get started..... Why Blogger is Better than WordPress ? As a blogger, I recommend Blogger for beginner. Most of you do not want to spend money in the beginning. After two or three years you can move on to the other platforms like WordPress (Paid) self hosted blog. Important:  Please note that this post is about Blogger Vs. WordPress.com , not WordPress.org 1. Blogger is Totally FREE: In this world there are no person Who don't want anything FREE!. Blogger offer Unlimited Hosting, Unlimited BandWidth and ...