Google email markup not showing

2019-07-30 01:49发布

I'm trying to make a simple view action using Email markup from Google inside my emails (https://developers.google.com/gmail/markup/reference/go-to-action#view_action)

I use this ld+json inside my email template

<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>

I used Google email markup tester to valid this code.

I use registred emails (https://developers.google.com/gmail/markup/registering-with-google)

But I still can show the emails markup on Gmail.

Did I miss something ?

Do you have any clues ?

Thanks

0条回答
登录 后发表回答