Last active
April 26, 2019 18:18
-
-
Save patrickcoombe/95fab4af30995557fa97 to your computer and use it in GitHub Desktop.
JSON-LD markup for rich email messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context":"https://schema.org", | |
"@type": "EmailMessage", | |
"description": "View this Pull Request on GitHub", | |
"action": { | |
"@type": "ViewAction", | |
"url":"https://github.com/perma-id/w3id.org/pull/47", | |
"name":"View Pull Request" | |
} | |
} | |
</script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to include your organisation / brand as the sender? I've been trying to brand my emails without success (i.e. company name and icon).
I've tried setting multiple props as follows..