DeGe 发表于 2022-4-13 10:44:45

元标签代码该如何排序及该如何优化


      <p><strong>&lt;head&gt;与&lt;head&gt;标准格式顺序如下:</strong></p><p>&lt;head&gt;</p><p>&lt;title&lt;title/&gt;</p><p>&lt;meta name=keywords" content=""/&gt;</p><p>&lt;meta name=description" content="n/&gt;</p><p>&lt;link href="/css/1. css" type="text/css" rel="stylesheet"&gt;</p><p>&lt;script language="JavaScript" src=/js/1.js"&gt;&lt;/script&gt;</p><p>请尽量按照此顺序书写元标签,顺序为&lt; title&gt;,&lt;meta&gt;,&lt;link&gt;,&lt; script&gt;。网页代码写的标准工整可赢得蜘蛛的青睐。</p><p><strong>meta原标签的优化方案:</strong></p><p>meta keywords是网站属性关键字,堆砌的关键词较多,搜索引擎会视为作弊行为。 meta keywords的权重越来越低,堆砌多个关键词也毫无意义,现在百度百科直接把 keywords去掉了,可见其标签在SEO中所处的地位。如果确实想放此标签,建议放置7~9个关键词,不宜过多SEO业内推荐的 meta keywords数量在5~8个。</p>
   
页: [1]
查看完整版本: 元标签代码该如何排序及该如何优化