Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created October 9, 2019 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/6b2632f1dfb66b17f612a6b24f9cfc62 to your computer and use it in GitHub Desktop.
Save biojazzard/6b2632f1dfb66b17f612a6b24f9cfc62 to your computer and use it in GitHub Desktop.
email microdata json+ld sample
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "Consulta el email de...",
"potentialAction": {
"@type": "ViewAction",
"target": "${URL}",
"name": "Action name long description..."
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment