AggregateRating的动态ratingValue

时间:2017-11-29 08:27:37

标签: html schema.org rating dynamic-content

我目前正在向我们的网站添加AggregateRating,以便我们公司的评级星显示在搜索结果中。我进行如下:

<body itemscope itemtype="http://schema.org/EducationalOrganization">
...
    <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
      <meta itemprop="worstRating" content="1">
      <meta itemprop="bestRating" content="5">
      <meta itemprop="ratingValue" content="4,6">
      <meta itemprop="reviewCount" content="19">
    </div> 
... 
</body> 

除了我使用隐形元标签这一事实,我们正在考虑以下问题&#34;:

此处ratingValuereviewCount的值是静态的,只需手动输入即可。它们不应该是动态的还是有动态插入它们的方法?或者他们总是需要手工维护和更新?

要显示的值基于我们的Google评论。

0 个答案:

没有答案