Whole Blogger 301 redirect AND single pages individually

Viewed 23

I redirected my old e-commerce blogger website to my new shopify website using:

script type="text/javascript">
    window.location = "http://myblog.blogger.com/mypost";
</script

Everything works great. However, because I have 200 published posts and around 30 of them have a good SEO, I would like to specifically redirect these 30 old posts to the same posts I created on my new website. Now people are redirected to the mainpage of my new website and from there they have to manually search for posts, which is not practical.

I tried to insert some codes on specific posts, but the above code prevails every time.

Is there a solution?

Thank you very much!

P.S Sorry, I don't figure out why "Hi everyone" is deleted from the top of my message and every time I edit it it disappears.

0 Answers
Related