我应该使用<meta>
显示 UserInteraction http://schema.org/UserInteraction还是可以使用 span
我应该只用这种方式吗
<div itemscope itemtype="http://schema.org/Article">
<span itemprop="name">How to Tie a Reef Knot</span>
by <span itemprop="author">John Doe</span>
This article has been tweeted 1203 times and contains 78 user comments.
<meta itemprop="interactionCount" content="UserTweets:1203"/>
<meta itemprop="interactionCount" content="UserComments:78"/>
</div>
或者我可以使用
<div itemscope itemtype="http://schema.org/Article">
<span itemprop="name">How to Tie a Reef Knot</span>
by <span itemprop="author">John Doe</span>
This article has been tweeted
<span itemprop="interactionCount" content="UserTweets:1203" >1203</span> times and
contains <span itemprop="interactionCount" content="UserComments:78">1203</span>
user comments.
</div>
谷歌和其他引擎也会显示用户喜欢和评论和文章的评论号