Blogging Tips

How to Redirect Blogger Blogspot.in to Blogspot.com

Hello friends, how are you all? If you have a blog on Blogspot. You noticed that when you open your blogger blog in India then it could be automatically redirected to blogspot.in & when your blog open in the UK then it is redirected to blogspot.co.uk. This redirection starts from google to country-specific URL. Today I help you how to redirect blogspot.in to blogspot.com permanently.
So follow my steps below:
 
1. Go to your blogger dashboard.
2. Click on the theme.
3. Then click on edit html.
4. Press ctrl+f and find </head>
5. Copy the given script and paste it before </head> tag.

 

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

 

6. Now click on save button.
7. Congratulations your blog will be permanently set to blogspot.com
 
Advantage Of This Redirection – the advantage of this country-specific redirection is this if your blog or any page of your blog is blocked by Google in a specific country then your blog or blocked page in the continuous open in another all countries.
 
Disadvantage Of This Redirection – the disadvantage of this country-specific redirection is this you can decrease your Alexa rank because Alexa shows different-different ranks to your blog with all country-specific URL. Alexa shows blogspot.com rank other with blogspot.in. And when you redirect your blog permanently to blogspo.com then your Alexa rank will be an increase.
 
 
If you like my post please share it and if you have any problem then comment below.
 
important notice – If you can change your blogger template your redirection is not working. 

Sonu Singh

Sonu Singh is an enthusiastic blogger & SEO expert at 4SEOHELP. He is digitally savvy and loves to learn new things about the world of digital technology. He loves challenges come in his way. He prefers to share useful information such as SEO, WordPress, Web Hosting, Affiliate Marketing etc. His provided knowledge helps the business people, developers, designers, and bloggers to stay ahead in the digital competition.

Related Articles

4 Comments

  1. I am very ecstatic when I am reading this blog post because it is written in good manner and the writing topic for the blog is excellent. Thanks for sharing valuable information.

  2. Thanks for sharing this informational blog. It will be very helpful for me. Keep posting.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
Need Help?