【发布时间】:2018-04-21 16:28:00
【问题描述】:
我正在尝试修复 JSON-LD 字符串中的错误。但是,当我在结构化数据测试工具上运行测试时,它会显示
未分类的错误缺少“}”或对象成员名称。
<script type='application/ld+json'>
{
"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/www.example.com\/","name":"SiteTitle","creator":{"@type":"Thing","name":"name of the Name","accountablePerson":{"@type":"Person","name":"person name",}
}
</script>
【问题讨论】: