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 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 thoughts on “How to Redirect Single Blogger Post to External URL”

  1. 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 Comment

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