一些网站采用了<title></title>和<META NAME="TITLE" CONTENT="标题">的形式。

这个标签一般是和在<TITLE></TITLE>标签中包括的标题一样的。小心使用。根据测试。雅虎,MSN将这个标签编入索引,但是由于测试结果的不稳定性,他对算法的影响还是未知的。同时百度的http://shadu.baidu.com/kaba/index.jsp 页面也使用了这个属性,title属性对搜索引擎的影响研究还需要继续观察。

原文:

Meta Title: To declare the title of the page.

This tag would normally have the same title as contained in the <TITLE></TITLE> tag.

Example: <META NAME="Title" CONTENT="Page Title Here">

Recommendation: Use with caution. According to testing, Yahoo! and MSN index this tag, but its effect on the algorithm is unknown due to inconsistent test results.

 在另外一篇文章中提及到:

name=title是一个未经确定的属性,纯属多余无用。

<title></title>对于网页是极其重要的。尤其是那些采用代理服务器的。

terry wrote:

> Some websites put both of the following in the head of their web pages.
> Can someone explain the difference, if any?

> <META NAME="TITLE" CONTENT="">

Generic meta data with no predefined meaning that seems entirely redundant
as we have...

> <TITLE></TITLE>

.... an element especially for specifying the page title, which gets used by
most user agents.

刚才朋友告诉我一个现象 大家看看百度的这个页面:
http://shadu.baidu.com/kaba/index.jsp

HEAD部分代码:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>卡巴斯基 - 百度杀毒</title>
<title>卡巴斯基互联网安全套装 - 卡巴斯基 - 百度杀毒</title>
<meta name="title" content="卡巴斯基互联网安全套装 - 卡巴斯基 - 百度杀毒" />
<meta name="keywords" content="安全套装,卡巴斯基,杀毒,查毒,安全,百度杀毒" />
<meta name="description" content="百度杀毒,卡巴斯基分站提供免费在线查毒,免费杀毒软件试用,免费专杀工具.在线下载,购买,方便快捷,帮您迅速建立计算机安全防护体系!" />
<link href="/sd.css" rel="stylesheet" type="text/css">
</head>

注意点:
1. 用了2次title标签。
2. 用了 meta name="title",这个目前我也不太明白。

百度不仅把TITLE放在BODY内,而且还有其他各种奇怪的做法。百度真贼! 对于这样个现象,要做个实验,看看对排名有和区别。

 

[META标签四点优化总结]