新闻库和规范标签
News gallery & canonical tag
我有一个关于全球体育产业的新闻网站。有新闻,部分新闻有图集,如:
新闻 URL:
example.com/news/tiger-woods-win-the-cup
图库 URLs:
example.com/news/tiger-woods-win-the-cup/1
example.com/news/tiger-woods-win-the-cup/2
example.com/news/tiger-woods-win-the-cup/3
我是否应该将 canonical
标签添加到图库 HTML 中,如下所示?
<link rel="canonical"
href="http://www.example.com/news/tiger-woods-win-the-cup" />
注意:图集页面除了相同的新闻标题外没有文字内容;都是照片(1.jpg、2.jpg等)。
/news/tiger-woods-win-the-cup
是否也包含所有照片?
如果没有:
您 must not 使用 canonical
link 类型,因为您的新闻页面不会“识别上下文(引用)IRI 中内容的重复内容或超集内容”(将是您的画廊页面)。
如果是:
您可以使用 canonical
link 类型。
我有一个关于全球体育产业的新闻网站。有新闻,部分新闻有图集,如:
新闻 URL:
example.com/news/tiger-woods-win-the-cup
图库 URLs:
example.com/news/tiger-woods-win-the-cup/1
example.com/news/tiger-woods-win-the-cup/2
example.com/news/tiger-woods-win-the-cup/3
我是否应该将 canonical
标签添加到图库 HTML 中,如下所示?
<link rel="canonical"
href="http://www.example.com/news/tiger-woods-win-the-cup" />
注意:图集页面除了相同的新闻标题外没有文字内容;都是照片(1.jpg、2.jpg等)。
/news/tiger-woods-win-the-cup
是否也包含所有照片?
如果没有:
您 must not 使用 canonical
link 类型,因为您的新闻页面不会“识别上下文(引用)IRI 中内容的重复内容或超集内容”(将是您的画廊页面)。
如果是:
您可以使用 canonical
link 类型。