.

Friday 31 May 2013

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 Australia 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 Blogspo.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://" + 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.
If You Have Any Problem Then Comment Below.

9 comments:

I tried the script for changing the blogspot.in to .com, but failed. The site is not showing up.

Remember Paste This Script Before /head Tag.

Hey thanks sharing the script and coding with us to change the Blogspot.in to Blogspot.com...very useful it is!!!

For Website Designing Services,please follow the link

Thanks for sharing such a nice way to redirect the blog.

web design durham

Thanks its working i am also add on my blog Regarding
Rajasthan Tourism

India

Good blog and excellent webdesign
This information very well and good and keep it up...
computer

its was great script and fully working. I have added this script at http://bookyourtravels.blogspot.com/ & http://airtraveldeal.blogspot.com/ and its successfully working. thanks for that.

Hi your code has been not work properly i has added your code to my blog shows the error actually i have upload a theme, i need a suggestion to how to added a code to redirect our blog .in to .com. if you has a batter idea please share.

Post a Comment

Related Posts Plugin for WordPress, Blogger...