Migration from Blogger redirects aren't working
-
Hi,
I followed the instructions on the following post for migrating from blogger address blog.apsltd.com:
I followed the instructions to the tee, but when I Google site:https://blog.apsltd.com and click on links I get 2 behaviors:
1. URL’s like blog.apsltd.com/2009/02/how-to-drysuit-seal-replacement.html redirect to my homepage, https://www.apsltd.com
2. But, blog.apsltd.com/2011_09_01_archive.html redirect to the blog front page.
Either way though, I am not getting the desired redirect behavior.
Any clue why? Below is my classic template created as per the instructions.
Thanks!
———begin template file————
<script type=”text/javascript”>
<MainOrArchivePage>
window.location.href=’https://www.apsltd.com/blog/’
</MainOrArchivePage>
<Blogger><ItemPage>
window.location.href=’https://www.apsltd.com/blog/blogger/?q=<$BlogItemPermalinkURL$>’
</ItemPage></Blogger>
</script>
<MainPage><link rel=”canonical” href=”https://www.apsltd.com/blog/” /></MainPage>
<Blogger><ItemPage>
<link rel=”canonical” href=”https://www.apsltd.com/blog/<$BlogItemPermalinkURL$>” />
</ItemPage></Blogger>
</head><body>
<div style=”border:#ccc 1px solid; background:#eee; padding:20px; margin:80px;”>
<p>This page has moved to a new address.</p>
<h1>
<MainOrArchivePage><$BlogTitle$></MainOrArchivePage>
<Blogger><ItemPage>
“><$BlogItemTitle$>
</ItemPage></Blogger>
</h1>
</div> </body></html>
- The topic ‘Migration from Blogger redirects aren't working’ is closed to new replies.