搜索引擎联合解决重复内容问题

周四的时候,Google,Yahoo和Live Search(可惜不包括百度)不约而同的宣布对于网页重复内容的解决方案。以下是三家分别在博客上发布的声明:

Specify your canonical
Fighting Duplication: Adding more arrows to your quiver
Partnering to help solve duplicate content issues

比如,有以下两个地址:

http://www.newrain.net/

http://www.newrain.net/index.html

如果我希望搜索引擎收录上面那个地址,具体的方法是,在认为是复制内容的网页(index.html)源代码的<head>区域,添加此<link>标记来指定您的首选版本:

<link rel=”canonical”  href=”http://www.newrain.net/” />

里面的链接地址为首选链接地址,这样,Google就能快速将复制内容排除在外,而重点提高首选链接地址的排名。

提示:

链接地址支持相对路径。

添加Link的页面和其指向的URL必须在同一域名下,但可以分处不同的子域名。

Posted on February 15, 2009 at 8:10 pm by Newrain · Permalink
In: 搜索引擎 · Tagged with: ,

2 Responses

Subscribe to comments via RSS

  1. Written by lala
    on 2009/02/16 at 11:20 am
    Reply · Permalink

    期待啊,现在网上重复内容太多

    • Written by Newrain
      on 2009/02/16 at 4:27 pm
      Reply · Permalink

      这将是个漫长的过程,我文章里不也说了么,只在同一域名下有效,那就意味着对于那种转载性质的重复没有什么作用。

Subscribe to comments via RSS

Leave a Reply