如何让我的文章在 Google 收件箱中显示 "View article" 预览?

How I can I make my articles show the "View article" preview on Google Inbox?

我已经设置 my site 使用 OpenGraph 在 Facebook、Twitter 卡片和其他服务上显示预览,但我想知道需要什么才能让我的文章在收件箱中显示 "Go to action"他们是共享的?

您需要将 Gmail > 标记 > View Action 标记添加到您的内容中。

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "EmailMessage",
  "potentialAction": {
    "@type": "ViewAction",
    "target": "https://watch-movies.com/watch?movieId=abc123",
    "name": "Watch movie"
  },
  "description": "Watch the 'Avengers' movie online"
}
</script>