git-notifier icon indicating copy to clipboard operation
git-notifier copied to clipboard

Email Markup

Open fntlnz opened this issue 10 years ago • 1 comments

Since this service rely on emails to notify users about github interactions I would suggest to add Schema.org email markup to notification emails. Github already does this as described in this post https://github.com/blog/1891-view-issue-pull-request-buttons-for-gmail

I think that a basic Go-To-Action would be enough, maybe something like

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "EmailMessage",
  "action": {
    "@type": "ViewAction",
    "url": "https://githubnotifier.io",
    "name": "All notifications"
  },
  "description": "View full notification history"
}
</script>

fntlnz avatar Mar 06 '15 08:03 fntlnz

Great idea, thanks! I will implement it as soon as I have some time :)

andreausu avatar Mar 09 '15 08:03 andreausu