我知道需要以下元标记来确定html的编码:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
但是我没有看到实现以下元标记的含义,因为我听说谷歌不会将他们的内容用于搜索结果:
<meta name="keywords" content="some keywords" />
<meta name="description" content="description of the page" />
<meta name="author" content="the author of the page" />
<meta name="generator" content="the programm that has wrote the code" />
因此,我的问题是,如果google不会使用它们,那么前面提到的meta标签的目的是什么?
答案 0 :(得分:2)
这不完全正确。 Google未在制定网络排名时纳入元标记及其内容。但是,当站点显示在搜索结果上时,仍将使用描述(例如)。
Google搜索排名质量负责人(Matt Cutts)提供的更多信息:http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html
答案 1 :(得分:1)
关键字可能仍会被其他一些搜索引擎使用,但它们的用处非常有限。
说明显示在Google和其他人返回的搜索结果列表中,因此请将其包含在内。
其他一些搜索引擎可能会使用作者和生成器,但我不确定。
答案 2 :(得分:0)
Google可能不使用元标记 - 它使用pageranks(即它会检查链接到特定页面的页数确定它的用途。)
但这就是谷歌的工作方式,其他搜索引擎 - 尤其是旧版搜索引擎 - 仍然会查看元标记来对内容页面进行分类。