google网站管理员在此json代码上显示错误
{
"@context": "http://schema.org",
"@type": "WebPage",
"url": "somelink",
"image": {
"@type": "ImageObject",
"url": "somelink.png"
},
"publisher": {
"@type": "Organization",
"name": "abc`entercodehere`",
"logo": {
"@type": "ImageObject",
"url": "somelink.png"
}
},
"dateModified": "2019-03-2111:58:14",
"description": "Get65%offonTarget'sPromos&DiscountCodesOnlineatabc.FindTargetVoucherCodes2019&1000sofStores&othertopBrands.",
"name": "",
"headline": "TargetDiscountCodes",
"mainEntity": {
"@context": "http://schema.org",
"@type": "Store",
"name": "Target",
"image": "somelink.png",
"description": "",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 5,
"reviewCount": 14
},
"makesOffer": [
{
"@type": "Offer",
"name": "Up to 25% Off On Home at Target",
"url": "somelink"
},
{
"@type": "Offer",
"name": "$5 Off $50 Select Items + Free Shipping at Target",
"url": "somelink"
},
{
"@type": "Offer",
"name": "15% off Select by Calphalon at Target",
"url": "http://dev.abc.com/target#119214"
},
{
"@type": "Offer",
"name": "25% off Farberware Cookware at Target",
"url": "somelink"
}
]
}
上面的代码显示了https://json-ld.org/playground/上的错误
答案 0 :(得分:1)
您似乎在结尾处缺少右花括号“}”。