Typecho有些模板文件的默认标题不太符合SEO标准,可以用下面的代码替换header.php文件中的<title>与</title>中间部分的代码:
<?php if($this->_currentPage>1) echo '第 '.$this->_currentPage.' 页 - '; ?><?php $this->archiveTitle('', '', '_'); ?><?php $this->options->title(); ?>