How To Redirect Blogspot.in To Blogspot.com

Hello Friends,
If You Have a Blog On Blogspot. You Noticed That When You Open Your Blog In India Then It Could Be Automatically Redirected To Blogspot.in And When Your Blog Open In Australi
a Then It Is Redirected To Blogspot.com.au. This Is a Redirection Starts From Google To Country Specific Url. Today I Tell You How To Redirect Blogspot.in To Blogspot.com Permanently.



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 Continuous Open In Another All Countries.

And The Disadvantage Of This Country Specific Redirection Is This You Can Decrease Your PageRank and Alexa Rank Also. 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 Are Redirect Your Blog Permanently To Blogspot.com Then Your Alexa Rank Will Be Increase And PR Also Increase. So Follow My Steps Below:

1. Go To Your Blogger Dashboard.
2. Click On Template.
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://&#8221; + blog.substr(0, blog.indexOf(“.”));
ncr += “.blogspot.com/ncr” + slug;
window.location.replace(ncr);
}
</script>


6. Now Click On Save Button.
7. Congratulations You Blog Will Be Permanently Set To Blogspot.com

 

If You Like My Post Please Share It.

Leave a comment