lJSON LD语法错误:应为值、对象或数组

lJSON LD语法错误:应为值、对象或数组,json,Json,我只是想用标记把我们的事件放到google上,我对这一切都很陌生,所以我希望有人能帮我检查一下下面的内容,发现上面的错误 <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "name": “Staunton Harold Sportive”, "startDate": "2019-05-26T08:00", "endDate": "20

我只是想用标记把我们的事件放到google上,我对这一切都很陌生,所以我希望有人能帮我检查一下下面的内容,发现上面的错误

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": “Staunton Harold Sportive”,
  "startDate": "2019-05-26T08:00",
  "endDate": "2019-05-26T17:00",
  "location": {
    "@type": "Place",
    "name": “Staunton Harold Hall”,
    "address": {
      "@type": "PostalAddress",
      "streetAddress": “Melbourne Road”,
      "addressLocality": “Ashby De la Zouch“,
      "postalCode": "LE65 1RT",
      "addressRegion": “Derbyshire”,
      "addressCountry": "UK”

    }
  },
  "image": [

    "https://static.wixstatic.com/media/36c4d1_84383c3423f0429b8fe7988a0382dbb0~mv2_d_3905_2194_s_2.png/v1/fill/w_1084,h_608,al_c,usm_0.66_1.00_0.01/Staunton%20Harold%20sportive.png",

   ],
  "description": " 
Fun - 14K
Short - 40K
Medium - 100K
Long - 160K  The Staunton Harold Sportive starts from the privately owned, estate in the stunning surroundings of Staunton Harold Hall  estate, providing the perfect backdrop for a fun and enjoyable bike ride.",
  "offers": {
    "@type": "Offer",
    "url": "https://www.triathlon-events.com/staunton-harold-sportive",
    "price": “20",
    "priceCurrency": “GBP”,
    "availability": "https://schema.org/InStock",
    "validFrom": "2018-05-26T16:00"
  },
  “Organizer”: {
    "@type": “Organizer”,
    "name": “Choose Sports Ltd”
  }
}
</script>

{
“@context”:”https://schema.org",
“@type”:“事件”,
“名称”:“Staunton Harold Sportive”,
“开始日期”:“2019-05-26T08:00”,
“结束日期”:“2019-05-26T17:00”,
“地点”:{
“@type”:“Place”,
“名称”:“斯汤顿哈罗德大厅”,
“地址”:{
“@type”:“PostalAddress”,
“街道地址”:“墨尔本路”,
“地址地点”:“Ashby De la Zouch”,
“postalCode”:“LE65 1RT”,
“地址区域”:“德比郡”,
“地址国家”:“英国”
}
},
“图像”:[
"https://static.wixstatic.com/media/36c4d1_84383c3423f0429b8fe7988a0382dbb0~mv2_d_3905_2194_s_2.png/v1/fill/w_1084,h_608,al_c,usm_0.66_1.00_0.01/Staunton%20Harold%20portive.png“,
],
“说明”:
乐趣-14K
短-40K
中等-100K
长16万公里的Staunton Harold Sportive从私人拥有的Staunton Harold Hall estate开始,环境优美,为有趣和愉快的自行车骑行提供了完美的背景。”,
“提议”:{
“@type”:“Offer”,
“url”:”https://www.triathlon-events.com/staunton-harold-sportive",
“价格”:“20”,
“价格货币”:“英镑”,
“可用性”:https://schema.org/InStock",
“生效日期”:“2018-05-26T16:00”
},
“组织者”:{
“@type”:“组织者”,
“名称”:“选择体育有限公司”
}
}

这可能是因为有些地方有卷曲的引号,而不是笔直的引号,例如“Staunton Harold Sportive”需要有中使用的笔直引号。我会先将这些引号换掉,然后重新测试。希望这能有所帮助