How to Redirect Single Blogger Post to External URL

Here is the simplest way to redirect an old blogger post to new URL using Javascript. Step 1) Login Blogger.com then go to the blog post and Edit it. Step 2) Switch to “HTML” mode by clicking on Tab Above besides “Compose“. Step 3) Now go to the bottom of your code the paste following…

By.

min read

Here is the simplest way to redirect an old blogger post to new URL using Javascript.

Step 1) Login Blogger.com then go to the blog post and Edit it.

Step 2) Switch to “HTML” mode by clicking on Tab Above besides “Compose“.

Step 3) Now go to the bottom of your code the paste following code to redirect to the desired URL.

<script>

window.location = "http://www.example.com/your-new-url-to-redirect-when-this-post-loads";

</script>

 

Then click on Update… It’s Done …

8 responses to “How to Redirect Single Blogger Post to External URL”

  1. learningnow360 Avatar

    Thank you
    It’s doing great
    I searched a lot but could not find any solution
    And then I found your site
    I have tried this .its awesome

  2. zohee Avatar

    How to set time ????

  3. Odot Abraham Avatar

    Can traffic be redirected from Google automatically on blogger

  4. rohit chouhan Avatar
    rohit chouhan

    Its really amazing thanks for shareing…

  5. Nicole Avatar

    Thank you so much, exactly what I needed

  6. TIMEcube Avatar

    It really helped. Thanks

  7. Robin Loperfido Avatar

    Hey, Freaky Jolly! I went through at least ten other pages before I found yours. Thank you so much. I have an MS Office blog, but I am not an HTML expert. This worked perfectly for what I needed migrating my blog from Blogger to my own domain.

Leave a Reply to Uva Cancel reply

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