Skip to content

Instantly share code, notes, and snippets.

@clayb
Forked from yirui123/gist:305a1d0e154b13925736
Last active August 29, 2015 14:08
Show Gist options
  • Save clayb/1e27661e0e3f01a9c95f to your computer and use it in GitHub Desktop.
Save clayb/1e27661e0e3f01a9c95f to your computer and use it in GitHub Desktop.
<script type="application/ld+json">// <![CDATA[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"publisher": {
"@type": "Organization",
"name": "African Wildlife Foundation",
"url": "http://www.awf.org",
"url/googlePlus": "https://plus.google.com/+AfricanWildlifeFoundation"
},
"about": {
"@type": "Offer",
"image": "http://my.awf.org/image/sanky-emails/2014-08-AWF-safari-100header.jpg"
}
}
// ]]></script>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
    <meta itemprop="name" content="African Wildlife Foundation"/>
    <link itemprop="url" href="http://www.awf.org/"/>
    <link itemprop="url/googlePlus" href="https://plus.google.com/+AfricanWildlifeFoundation/"/>
  </div>
  <div itemprop="about" itemscope itemtype="http://schema.org/Offer">
    <link itemprop="image" href="http://my.awf.org/image/sanky-emails/2014-07-awf-postcard-header.png"/>
  </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment