3

如果搜索引擎可以在 2-3 种变体中看到相同的页面,其中主要内容保持不变但一些次要信息不同,是否会出现任何问题?

例子。让我们想象一个论坛主题可以通过几个 URL 到达:

http://www.mysite.com/threads/en/12345
http://www.mysite.com/threads/de/12345
http://www.mysite.com/threads/fr/12345

如您所见,主要的用户生成内容(将构成超过 90% 的可见文本)将是相同的,但一些辅助信息,如标签和链接(“查看个人资料”、“发送消息”、“报告滥用”等)将以不同的语言出现。

该组织的原因是我希望用户能够直接以他们的首选语言为页面添加书签。

那么,从 SEO 的角度来看,这种方法是好是坏?我想它会是。这些链接都属于我的网站,而不仅仅是分散在网络上各种资源上的其他副本,这有关系吗?

如果这种做事方式不好,我该怎么做?

4

2 回答 2

4

If that is all you are doing, it is likely to hurt your SEO. There is, however, a workaround. Google supports the rel="canonical" attribute to tell it what is the "real" url of the page you are linking to. I have no idea how much this affects SEO and whether other search engines support it, but this is a good place to start:

http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html

于 2009-04-14T10:18:50.157 回答
1

Google 会将其视为重复内容。这根本不会导致任何形式的惩罚,但只会将其中一个页面编入索引(可能是 Google 认为最好的那个页面)。

也许设置适当的语言 HTTP 标头/HTML 元标记会有所帮助,如果 Google 足够聪明,可以考虑到这一点。

于 2009-04-27T18:58:07.227 回答