Skip to content

Email Markup #5

Description

@fntlnz

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions