【发布时间】:2014-10-30 10:58:37
【问题描述】:
我正在将微数据添加到页面中,并且我正在尝试将事件列表与超级事件相关联,但在以下位置查看时我无法使其工作:http://www.google.com/webmasters/tools/richsnippets?q=
这里是概念代码:
<div id="main" itemscope="main" itemtype="http://schema.org/Event">
<span itemprop="name">Main
</div>
<div itemscope="event" itemtype="http://schema.org/Event">
<span itemprop="name">Event
<span itemprop="superEvent" itemref="main">
</div>
有什么想法吗?
【问题讨论】:
标签: schema.org microdata