1 | if($this->_currentPage>1) echo '第 '.$this->_currentPage.' 页 - '; |
作用:可以避免seo重复页面或重复标题,新版的默认模板已经有更新
如果某分类typecho有2页,如果我没有添加这行代码处理
那么*https://yijile.com/tag/typecho/1/到https://yijile.com/tag/typecho/5/的标题都是*typecho - 视野瞳前 - Cabcv Blog !
如果我加上这行代码到模版<title></title>
中就不会出现重复标题的情况了
那么*https://yijile.com/tag/typecho/1/的标题就是*typecho - 第 1 页 - 视野瞳前 - Cabcv Blog !
Relay Tips: 一极乐( https://yijile.com/log/120/ )