【问题标题】:Google finds Duplicate Title Tags谷歌发现重复的标题标签
【发布时间】:2013-10-15 13:25:15
【问题描述】:

我有 2 个关于重复内容的问题。

我正在使用谷歌网站管理员并被告知我有一些包含重复内容的文件。

两者都与重复标题标签有关:

问题 #1:2 个文件: (a) 这是正确的文件 (b) 这是同一个文件,但文件名后面有“?xxxx”

I do not know how to remove the (b) from the list, as it is not a real file, merely the 
same filename but attaching a tracking code to the end.  How do I remove?

问题 #2:2 个文件: (a) 这是正确的文件 (b) 相同的文件,但在末尾添加了“.php”

I added a redirect script to .htaccess to remove the filename extension (.php) from the 
files so that it would load without the filename extension.  Now Google is telling me some 
are duplicate content.  How do I remove (b)?

【问题讨论】:

    标签: php seo duplicate-removal


    【解决方案1】:

    问题 #1:Google 使用“url”来索引页面而不是文件地址。所以每个 url 必须代表一个独特的内容。例如“a.php?r=1”与“a.php?r=2”不同,因为 url 不同。要解决此问题,您可以执行 301 重定向 (b) 到 (a),如果它们的工作方式完全相似,或者您可以使用 rel="canonical"

    问题 #1:您也可以使用 rel="canonical" 或者如果您确定没有人可以访问 (b) 您可以忽略这些消息,它们将在一段时间后被删除。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-10-05
      • 2015-08-26
      • 2020-06-29
      • 1970-01-01
      • 2014-11-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多