<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>
また、Googleや他のエンジンは、レビューや記事に対してユーザーのいいねやコメントを表示します