JSON LD显示了一个我无法修复的错误

JSON LD显示了一个我无法修复的错误,json,jsonschema,json-ld,Json,Jsonschema,Json Ld,google webmaster在这个json代码上显示了一个错误 { "@context": "http://schema.org", "@type": "WebPage", "url": "somelink", "image": { "@type": "ImageObject", "url": "somelink.png" }, "publisher": { "@type": "Organization", "name": "abc`entercodehere

google webmaster在这个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"
        }
    ]
}

上面显示错误的代码

您似乎缺少结尾处的一个小括号}。

请您的问题引用错误消息并将其放在标题中。说你不能修复错误并没有真正的帮助;重要的是说出你会犯什么样的错误。