json ld を使用して電子メールをマークアップする場合、Google Inbox/Gmail で電子メールと共に会社のアイコンを表示するには、どの JSON LD スキーマを使用する必要がありますか。
以下のように複数の props を設定してみましたが、Google はメタデータを認識しません。
<script type="application/ld+json" >
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "Test!",
"image": "https://apiant.com/appResources/icons_large/shopify.png",
"thumbnailUrl": "https://apiant.com/appResources/icons_large/shopify.png",
"sender": {
"@type": "Organization",
"name": "name",
"logo": "https://apiant.com/appResources/icons_large/shopify.png",
"brand": {
"name": "name"
}
}
}
</script>
私は何を間違っていますか?
関連ドキュメント: