【发布时间】:2015-05-01 03:57:13
【问题描述】:
我的结构化数据有一个 Article 架构。我有三个部分的标题,如“Up title”、“Main Title”和“Lead”:
<section itemscope itemtype="http://schema.org/Article">
<h2 itemprop="name">
This is up title
</h2>
<h1 itemprop="headline">
This is up title
</h1>
<h3 itemprop="about">
This is lead
</h3>
我应该为每个标题使用哪个属性?
在我的示例中,使用多个相同属性(如两个或多个headline)是否有任何限制?
【问题讨论】:
-
我没有看到 schema.org 上的重复属性有任何限制
标签: data-structures schema.org microdata