我正在尝试使用Google内部的电子邮件标记(https://developers.google.com/gmail/markup/reference/go-to-action#view_action)进行简单的查看操作
我在电子邮件模板中使用此ld+json
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": http://google.com",
"url": "http://google.com",
"name": See ticket"
}
}
</script>
我使用Google电子邮件标记测试程序来验证此代码。
我使用已注册的电子邮件(https://developers.google.com/gmail/markup/registering-with-google)
但我仍然可以在Gmail上显示电子邮件标记。
我错过了什么吗?
你有线索吗?
由于