【发布时间】:2019-05-31 14:40:43
【问题描述】:
你能帮我修复这个架构标记吗?在 Google 结构化数据测试工具上进行测试时,我收到错误代码:
在第 119 行的对象声明中发现重复键
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://socialwetalk.me",
"@type" : "LocalBusiness",
"name" : "SocialWeTalk",
"image" : [ "http://socialwetalk.me/wp-content/uploads/2019/03/macbook_mockup-1.png", "http://socialwetalk.me/wp-content/uploads/2018/08/service-summary-2.png" ],
"priceRange" : "$450 - $850",
"telephone" : "+961 76 020 274",
"email" : "info@socialwetalk.me",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "Hamra, Jeanne d'Arc",
"addressLocality" : "Beirut"
},
"geo" : {
"@type" : "GeoCoordinates",
"latitude" : "33.897835",
"longitude" : "35.481523"
},
"@type":"Review",
"itemReviewed":{"@type":"Product","name":"SocialWeTalk"}
"reviewRating":{"@type":"Rating","ratingValue":4.5,"bestRating":5}
"author":{"@type":"Person","name":"Samir Tutunji"}
"reviewBody":"SocialWeTalk helped us understand where our customers are coming from, and came up with an innovative concept online to keep them coming..."}
}
</script>
我正在使用 Google 结构化数据测试工具来验证我的工作
【问题讨论】:
标签: schema