Wie füge ich auf "Aktion" in der Gmail-Betreff-Zeile mit Schema.org?

Ich bin versucht hinzuzufügen, Gehen Sie Zu Aktion in Gmail die Betreffzeile, Gmail zu verwenden "Schnelle Aktionen" aber jedes mal, es kommt ohne action link in der E-mail-Betreff.

Hier ist meine E-mail-Körper:

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

Kann mir jemand helfen um das problem herauszufinden?

InformationsquelleAutor Harsh | 2014-03-11
Schreibe einen Kommentar