gpt4 book ai didi

用于显示评级等的 HTML5 微数据

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:29:19 32 4
gpt4 key购买 nike

我应该使用 <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 和其他引擎还会显示评论和文章的用户喜欢和评论否

最佳答案

你可以使用任何一个;没有语义差异。事实上,如果您查看 section 2.2 of the Microdata spec 中的最后一个示例, 它给出了一个很像你的例子:

例如,以下两个示例之间没有语义差异:

<figure>
<img src="castle.jpeg">
<figcaption>
<span itemscope><span itemprop="name">The Castle</span></span> (1986)
</figcaption>
</figure>

<span itemscope><meta itemprop="name" content="The Castle"></span>
<figure>
<img src="castle.jpeg">
<figcaption>The Castle (1986)</figcaption>
</figure>

关于用于显示评级等的 HTML5 微数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7795545/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com