gmail - How I can I make my articles show the "View article" preview on Google Inbox? -
i've setup my site show previews on facebook, twitter cards , other services using opengraph, i'm wondering necessary make articles show "go action" on inbox when they're shared?
you'll need add gmail > markup > view action markup content.
<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 'avengers' movie online" } </script>
Comments
Post a Comment