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

时间:2019-05-15 09:36:49

标签: json jsonschema json-ld

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/上的错误

1 个答案:

答案 0 :(得分:1)

您似乎在结尾处缺少右花括号“}”。