Tags 标题标签html编辑

Tags 标题标签html编辑,tags,title,Tags,Title,嘿,每个人都在尝试添加我的标题标签,但每次我尝试将其设置为公司名称|主要关键字和次要关键字的格式时,我都会遇到解析错误,即“解析XML时出错,第516行,第29列:元素类型“ShareFreeTemplates”后面必须跟属性规范“>”或“/>”,这是我的html代码 <b:include data='blog' name='all-head-content'/> <!--::::::::::: Block2: Output Index Title,keywords,decr

嘿,每个人都在尝试添加我的标题标签,但每次我尝试将其设置为公司名称|主要关键字和次要关键字的格式时,我都会遇到解析错误,即“解析XML时出错,第516行,第29列:元素类型“ShareFreeTemplates”后面必须跟属性规范“>”或“/>”,这是我的html代码

<b:include data='blog' name='all-head-content'/>

<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
   <title><data:blog.pageName/></title>

<!-- Index Page -->   
<b:else/>
  <title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
   <meta content='after effects free templates, templates, after effects project files, free download' name='keywords'/>

</b:if>


如果有人可以编辑该标题标记以不给我任何错误,我希望它像“免费的后效模板和项目文件| ShareFreeTemplates”和thx一样,在标准HTML编码中这就是标题标记的工作方式

此处插入单词
是使用的标记。然后在两个标记之间插入单词,如下所示

<title>ShareFreeTemplates|Free After Effects Templates And-Tutorials </title>
ShareFreeTemplates |免费的后期效果模板和教程
您不需要将标题封装在另一对标记中

  <title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
         ^                                                              ^^
        //remove the characters where the arrows are pointing at

^                                                              ^^
//删除箭头指向的字符

当我删除它们时,出现了错误400,封装的书写颜色现在变为绿色black@user3161992我相信你的错误在别的地方,伙计。至于标题标签,这正是它们的工作方式。同时检查第516行和它前面的行:)错误一定在那里哦问题出在blogger预览上:D即使使用新模板,它也给了我错误400。。我查过了,它变了。。。thx alot bro