Use 301 Redirect In Google Blogger/Blogspot

前端 未结 3 1986
甜味超标
甜味超标 2020-12-18 00:45

I have a Google Blogger blog where I blog. Sometime ago, I posted a post but now after getting new data, I updated that post and I got new URL of that post. But I have a lot

3条回答
  •  眼角桃花
    2020-12-18 01:09

    There is another solution for site based redirection using javascript. I've done this after changing my blogger subdomain and it works. Go to Settings -> Search Preferences and find the section Custom Page Not Found and click edit next to it. Enter a code similar to the following to redirect your old pages to your new web site:

    
    

    Change urls and save. You can use this method to redirect to other domains too. This is the custom 404 page of your old site so your old blog must return 404 for the urls you want to redirect.

提交回复
热议问题