Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created August 18, 2015 15:49
Show Gist options
  • Save inetbiz/bb72e4152045e5f7ebe1 to your computer and use it in GitHub Desktop.
Save inetbiz/bb72e4152045e5f7ebe1 to your computer and use it in GitHub Desktop.
Taxonomy Keywords Example
<!-- Add this code to article page: -->
<div itemscope itemtype='http://schema.org/Article'>
<meta itemprop='keywords' content='abc, def, ghi, jkl, mno, pqrs'/>
<meta itemprop='inLanguage' content='en_us'/>
<meta itemprop='interactionCount' content='UserTweets: 20,001'/>
<meta itemprop='description' content='This article example demonstrates how one should define the taxonomies of their content groupings'/>
<meta itemprop='about' content='Taxonomy is the study of classification of tangible and intangible items and is a subset of Ontology. '/>
<meta itemprop='isFamilyFriendly' content='True'/>
<h1 itemprop='name headline'>Taxonomy Keywords</h1>
<!-- Article image start: -->
<div itemprop='associatedMedia'>
<span itemscope itemtype='http://schema.org/ImageObject'>
<img itemprop='contentURL' src='/images/logo.png'/>
<div>
Credit: <span itemscope itemprop='author' itemtype='http://schema.org/Person'>
<span itemprop='name'>StrikeHawk eCommerce, Inc.</span>
</span> /
<span itemprop='sourceOrganization'>
<span itemscope itemtype='http://schema.org/Organization'>
<span itemprop='name'> StrikeHawk eCommerce, Inc.</span>
</span>
</span>
</div>
<div itemprop='caption'>Taxonomy Keywords</div>
</span>
</div>
<!-- Article image end -->
<!-- Authorship instructions start: -->
Written by:
<span itemscope itemprop='author' itemtype='http://schema.org/Person'>
<span itemprop='name'>
<a itemprop='url' href='https://www.google.com/+DenverProphitJr'>Denver Prophit Jr.</a>
</span>
</span>
<!-- Authorship instructions end -->
Published by:
<span itemscope itemprop='sourceOrganization' itemtype='http://schema.org/Organization'>
<span itemprop='name'><a itemprop='url' href='https://www.strikehawk.com'>StrikeHawk eCommerce, Inc.</a></span>
<img itemprop='logo' src='/images/logo.png' />
</span>
Copyright holder:
<span itemscope itemprop='sourceOrganization' itemtype='http://schema.org/Organization'>
<span itemprop='name'><a itemprop='url' href='https://www.strikehawk.com'>StrikeHawk eCommerce, Inc.</a></span>
<img itemprop='logo' src='/images/logo.png' />
</span>
on
<time datetime='08/18/2015' itemprop='datePublished'>08/18/2015</time>
<div itemprop='articleBody'>This is a sample sentence. This is a sample sentence. This is a sample sentence. This is a sample sentence. This is a sample sentence.</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment