我怎么能让我的文章显示"查看文章"在Google收件箱中预览?

时间:2016-07-15 18:28:10

标签: gmail json-ld

我已设置my site使用OpenGraph在Facebook,Twitter卡和其他服务上显示预览,但我想知道有什么必要使我的文章显示"转到动作"收件箱何时被分享?

Article preview

1 个答案:

答案 0 :(得分:1)

您需要添加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>