How To Redirect Blogger URL To Another URL

Posted by Lasantha Bandara File Under : basic, change template, seo 47 Comments

1.Log in to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see <head> tag.

3.Add below code into your template just after the <head> tag.

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

It should Look Like This.

<head>

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

4.Replace http://yournewurl.com with the URL you want to redirect your old blog.

5.Click on Save Templates and you are done.

Now your blog traffic will be redirected to your new address.

47 thoughts on “How To Redirect Blogger URL To Another URL

  1. How do you make it wait about 5 seconds before it re-directs, so that you can have the people read a message? Thanks 🙂

  2. Really thanks for the tips you provided.But i heard that "meta refresh" and other javascripts are harmful according to search engines.
    If i was using self hosted domains like wordpress,'d have done the better .htaccess redirect.It is really as simple as writing these silly codes

    redirect 301 /page001.html http://www.mysite.com/page002.html
    in the header.
    First "page001.html" is your current URL. "page002.html" is where you want to get redirected.

    What i need to clear that how to redirect a blog with\
    http://www.*******.blogspot.com to
    http://*******.blogspot.com

    bloggers needs to do that,because google takes these two urls as different domains.And you will get banned in no time

    please help someone??

    1. You can also register for webmaster tools through google. Prove you own both the www and the non-www site. You can then tell google which one is your preference and google will not penalize you for the differences.

  3. Thanks so much!!! It worked beautifully. 🙂 (Don't forget to have your name servers pointing to your web hosting DNS... )

  4. Thanks and to make it 5 seconds change the
    http-equiv="refresh" content="0;url=http://yournewurl.com"/>
    change the 0 to 5 should look like this:
    http-equiv="refresh" content="5;url=http://yournewurl.com"/>

    add <meta the front

  5. Thanks so much!!! It worked beautifully.
    I can redirect my blog http://ryracell.blogspot.com to http://ryracell.com

  6. I was thinking of doing the same thing. i have three of same content and i was trying to redirect them to one url using META REFRESH and Javascript's Windows.location. but i read this at some place that you can use the meta refresh, as long as you only want your readers to see the target blog. The search engines won't see anything in the source blogs, nor will they follow the refresh to the target blog. None of your blogs will get any reputation. And eventually, all of your blogs will be locked, as spam. This is how spammers operate link farms.

  7. it didnt worked for me. I want to redirect my blog mantrais.info to mantrais.com/blog can you please help me how this can be done?

  8. Hi admin

    I have one blog and I am using custom domain in my blogger, my custom domain now going to expire and I am not interested to renew it and I want to buy a new domain name for my blog.
    I want to ask from you can my old custom domain url be redirect to my new custom domain url? mean my all old posts which have old url can be redirect to my new url address? keep in mind my blog is same not one blog to another blog..

    plz reply as soon as possible. Thanks in advance

  9. Hi,

    Unfortunatley, this didn't work for me. I need to redirect www.thelawstudentswife.blogspot.com (blogger) to www.thelawstudentswife.com (now on wordpress). HELP PLEASE!!!

    Erin

  10. Hi,

    I am trying to make www.omachiro.blogspot.ca the new home page to an existing site, www.omachiro.com. I have tried forwarding the domain to the blogger address. I have also tried redirecting the omachiro.com url to go to the blogger url. Neither has worked. When I tried forwarding, the rest of the site's pages can't be found (everything is forwarded from my host to the google host and the page direction gets messed up). When I tried redirect, it worked on Firefox but Safari wouldn't connect - it was 'stuck' while trying to load and redirect.

    I have looked everywhere trying different key words searches to find someone else with these same situation and how they have solved it. But to no avail. Do you have some guidance about the best way that I can make the blog the new homepage but keep the rest of the existing pages as is? Ideally everything would fallen within omachiro.com url and would not show a blogger url.

    Thank you. I look forward to your reply.

    Best,
    Sarah

  11. Correction for 1.Log in to your dashboard--> layout- -> Edit HTML
    it should be 1. Log in to your dashboard--> Templates- -> Edit HTML. (for recent blogspot )

    Anyway thanks for the Tips bro, it works like Charm 🙂

  12. hey this one is easier ...i used blogger to wp redirection but i can only import 1 blog....
    thanks

  13. This code worked, however I noticed it did not work for the mobile version. I tried to click on my old site from my iPhone and the redirect did not work? How can I get both the desktop and mobile site to be redirected??

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.