欢迎访问服务器技术网-www.fuwuqijishu.com

Typecho CMS设置自定义首页Meta部分的keywords和Description

网站建设 fuwuqijishu 2年前 (2022-09-04) 67次浏览 0个评论 扫描二维码

默认我们找到的Typecho主题对于SEO设置不够友好,我们需要设置首页的关键字、标题和描述,在这里我们可以直接用通用代码实现这个功能。

<?php if($this->is('index')): ?>
<?php $this->header('description=描述内容'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>
喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-0210.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900