If you have a blogspot blog then you ever see that if you type www.examaple.blogspot.com then it is automatically redirect to your country specific URL. For example you are typing f5therefresh.blogspot.com in India then it will be redirect to f5therefresh.blogspot.in or if you are trying to open it in UK then it will be redirect to f5therefresh.blogspot.co.uk. This happen due to changes made by Blogger in last few year.
From Last few years Blogger start to redirect blogger ‘s blogs to their country specific URL. It is explained in their support page.
We are doing this to provide more support for managing content locally. If we receive a removal request that violates local law, that content may no longer be available to readers on local domains where those laws apply.
Advantages of this Redirection :
- The main advantage of this redirection is that if your blog or any page of your blog is blocked in any specific country then your blog or blocked page can be accessed without any problem.
Disadvantage of this Redirection:
- Your Alexa Rank and Page rank will be decreased due to county specific redirection of your blog.
How to Redirect Country specific URL to Blogspot.com
There are two ways to redirect a country specific URL to Blogspot.com. These are :
- Temporary Redirection and
- Permanent Redirection
Temporary Redirection:
An user can redirect his blogspot blog by entering ncr after the url of his blogspot blog. NCR means “No Country Specific Redirection”
Example:
www.naveen-sem.blogspot.com/ncr
Permanent Redirection:
You can redirect your blogspot blog permanent to blogspot.com. To redirect this you need to follow these some instruction. Customize your blog step by step:
- Go to your Blogger Dashboard.
- Now click on Template.
- Then click on Edit HTML.
- Press ctrl+f and find </head>
- Copy below given script and paste it before </head>
<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> – See more at: f5therefresh.blogspot.com
- Now save the Template.
Good Luck and congratulation your blog is permanently redirect to blogspot.com. Enjoy Blogging.
Thanks for sharing this script with us. There are many issue when the your url is country specific. Mainly it fluctuate the Alexa rank.
I find this blog from your another blog. You really make so hard efforts to provide these type of useful information.
We are a Professional logo Design Company and provide a high quality logo design ideas and Professional logo design services to our client. If any of you need any idea or logo service feel free to contact us.
Hi Naveen
Though I don't us the blogger platform but this is an interesting post. I think you are right that country redirections does help blogs gain local advantage but at the expense of alexa ranking. I learnt a lot from this post.
Never knew that country redirections could be done. This is an awesome resource for bloggers. Thanks for sharing
I have so much to learn on technical part. Would book mark this post for implementation.
Thanks Naveen.
Its a great feeling to see you on my blog. And thanks for leaving your valuable comments. I am agree with you that country specific will helps in only local area.
Thanks a lot Ajay by stopping here.
Have a great day.
Keep visiting 🙂
With regards,
Naveen
Its a great to see you on my post Sasidhar. Thanks to visit and leaving your valuable comment here.
Yes it is impotent to overcome with the alexa fluctuating problem with country specific url,
Keep visiting 🙂
With regards,
Naveen