如何使用Schema.org在Gmail主题行中添加“转到操作”?

时间:2014-03-11 06:52:11

标签: gmail schema.org json-ld

我正在尝试使用Gmail“快速操作”在Gmail主题行中添加“转到操作”,但每次邮件主题都没有操作链接。

这是我的邮件正文:

<html>
  <head>
    <script type="application/ld+json">
    {
      "@context":       "http://schema.org",
      "@type":          "EmailMessage",
      "description":    "Check this out",
      "action": {
        "@type": "ViewAction",
        "url":   "https://www.youtube.com/watch?v=eH8KwfdkSqU"
      }
    }
    </script>
  </head>
  <body>
    <p>
      This a test for a Go-To action in Gmail.
    </p>
  </body>
</html>

任何人都可以帮我解决问题吗?

1 个答案:

答案 0 :(得分:11)

请注意,邮件必须通过DKIM或SPF进行身份验证,并且您必须在Google上注册。如果没有注册,它就会在您向自己发送电子邮件时起作用。

您可以在此处找到更多信息:https://developers.google.com/gmail/actions/registering-with-google