首页 > CMS > Z-Blog > 正文

如何为ZBLOG模板添加META标签?

2024-07-09 22:57:54
字体:
来源:转载
供稿:网友
方法:
添加meta标签都是先用记事本打开相应的zblog模板页面然后在<head></head>之间添加meta标签的。
1.在default.html中添加meta标签:
<meta name="description" content="在引号内描述你的博客的相关描述,Google搜索时会出现你的博客描述" />
<meta name="keywords" content="在引号内描述你的博客关键字" />
2.在single.html中添加meta标签:
<meta name="description" content="<#ZC_BLOG_TITLE#><#ZC_MSG044#><#BlogTitle#>" />
<meta name="keywords" content="<#BlogTitle#>,<#article/tagtoname#>" />
meta标签注释:<#ZC_BLOG_TITLE#>就是博客标题,<#ZC_MSG044#>就是 “-”,<#BlogTitle#>如果在主页面default.html就是博客的子标题,在文章页面single.html就是文章的标 题,在catalog.html就是相关分类等的名称,<#article/tagtoname#>就是文章的tags。
3.在catalog.html、tags.html中添加meta标签:
<meta name="description"content="<#ZC_BLOG_TITLE#><#ZC_MSG044#><#BlogTitle#>" />
<meta name="keywords"content="<#BlogTitle#>,blog" />
4.在search.html中添加meta标签:
<meta name="description" content="<#ZC_BLOG_TITLE#><#ZC_MSG044#><#BlogTitle#>"/>
<meta name="keywords" content="Search,<#ZC_BLOG_TITLE#>" />
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表