我正在尝试使用Google Rich Snippets Tool在我的帖子中显示明星,我找不到我显然已经犯过的错误。
我希望有人可以用以上链接指导我。
感谢。
答案 0 :(得分:1)
以下代码有效,可随意根据自己的喜好进行调整。
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1 itemprop="name">Title</h1>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div class="rating">
<meta itemprop="ratingValue" content="4.0">
</div>
<span itemprop="reviewCount">33</span>
</div>
</div>
快乐编码:)