VLT-Website-Heading

Can I redirect just a single Blogger.com page to an external URL page?

Jan 2, 2016 6:32:00 PM / by Vu Long Tran

Can I redirect just a single Blogger.com page to an external URL page?

Yes. To do this, you can put this code inside your body of your blog post itself. This is found within the HTML section of the particular blog post or page you want to have redirected - so you select "compose" to "html".


<script type="text/javascript">
    window.location = "https://blogname.blogspot.com/blogpostname";
</script>

This is great if you want to redirect only a visitor to one particular page of your blog on Blogger to another external blog page or external URL. 
 
Note that this is different from:
  • is different from a 301 redirect
  • is different from redirecting the entire blog to an external blog
  • is also different from redirecting individual blogger.com pages to other pages within the same blog.

Topics: web development, blogging, blogger

Vu Long Tran

Written by Vu Long Tran

Solutions Engineer APAC. ex-@Forrester consultant. Writing on #cloud #howto guides and #tech tinkering!