Skip to content

Instantly share code, notes, and snippets.

@louisebolden
Last active August 29, 2015 14:15
Show Gist options
  • Save louisebolden/fdfb8a03b0c2b4115ee5 to your computer and use it in GitHub Desktop.
Save louisebolden/fdfb8a03b0c2b4115ee5 to your computer and use it in GitHub Desktop.
Schema Markup (CreativeWork)
<div itemtype="http://schema.org/ItemList http://schema.org/CreativeWork">
<h1 itemprop="name">My Latest Article</h1>
Posted on <span itemprop="datePublished" content="2015-02-01T19:30">February 1st, 2015</span>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name" content="Bob Smith">Bob Smith</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment