希望将服务查看架构添加到页面

时间:2019-02-13 02:54:54

标签: schema

我希望将服务审核模式添加到汽车保险页面。这是针对销售多种“产品”的保险代理机构-家庭,汽车和商业保险。页面上的评论经过过滤后仅显示汽车保险评论。

想知道我的模式代码的格式是否正确,并且不会与我为特定位置(代理商具有多个位置)的其他审阅模式混淆。

谢谢!

<script type="application/ld+json" class="reviews-schema" data- 
ref="a3c437327260b430fd71c9142c86d1b98369c4d3" > { 
"@context": "http://schema.org", 
"@type": "Service", 
"serviceType": "Car Insurance", 
"aggregateRating": 
{ 
"@type": "AggregateRating", 
"ratingValue": "4.8", 
"reviewCount": "187" 
} 
} </script>

0 个答案:

没有答案