我的带有注释脚本的测试电子邮件进入收件箱,并在促销选项卡中显示为热门交易。但是,我没有看到图像和促销标记的完整体验。关于这里可能是什么问题的任何想法?我在下面使用的代码有完整的图片链接和我在粘贴时删除的折扣代码。
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "Organization",
"logo": "https://.....png"
},{
"@context": "http://schema.org/",
"@type": "EmailMessage",
"subjectLine": "Get 500 business cards for just $9.99"
},{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "50% off",
"discountCode": "XXXXXX",
"availabilityStarts": "2019-01-11T08:00:00-04:00",
"availabilityEnds": "2019-01-25T08:00:00-04:00"
},{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "http:.....jpg"
}]
</script>