自动重定向Jekyll中匹配的帖子

时间:2018-03-06 22:32:18

标签: redirect github jekyll

我最近将我的网站从Wordpress移到了Jekyll。此时帖子的网址根据日期而变化,因此谷歌的索引与当前的不同。

我的网址结构为 baseurl / year / month / day / post_title 。我想自动从帖子的“不同网址”重定向到搜索页面。 post_title是相同的,但日期不是。比如我有 Google已编入索引的帖子

http://webritmi.com/2018/01/01/apache-iis-tomtac-port-80-cakisma-sorunu-ve-cozumu

我想将它自动重定向到这个:

http://webritmi.com/2014/01/11/apache-iis-tomtac-port-80-cakisma-sorunu-ve-cozumu

我有近40个帖子,我想重定向它们

  

baseURL时/ 2018/01/01 / POST_TITLE

  

baseurl / current_one_date / post_title

current_one_date 不同,所有40个帖子的帖子标题相同

是否有重定向的基本方法?

感谢。

0 个答案:

没有答案