Skip to content

Instantly share code, notes, and snippets.

@dalion619
Created August 26, 2018 20:37
Show Gist options
  • Save dalion619/42c87a23c6fbe61cde2e7668746ce310 to your computer and use it in GitHub Desktop.
Save dalion619/42c87a23c6fbe61cde2e7668746ce310 to your computer and use it in GitHub Desktop.
Google Go-To Action Microdata
@using RazorEngine
@using Example.Email
@inherits RazorEngine.Templating.TemplateBase<EmailTemplateBase>
<div itemscope="" itemtype="http://schema.org/EmailMessage" style="display:none"><div itemprop="action" itemscope="" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="@Model.GoogleGoToActionUrl"><meta itemprop="name" content="@Model.Preheader"></div><meta itemprop="description" content="@Model.Preheader"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment