Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Last active October 10, 2015 16:48
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 rolandinsh/3720950 to your computer and use it in GitHub Desktop.
Save rolandinsh/3720950 to your computer and use it in GitHub Desktop.
<!--
based on:
* https://gist.github.com/3259153
* https://gist.github.com/3182211
Full information:
http://simplemediacode.com/wordpress-pugins/itemprop-wp/
-->
<span itemscope itemtype="http://schema.org/Article">
<!-- Itemprop WP 3.3.5 by Rolands Umbrovskis http://umbrovskis.com -->
<meta itemprop="name" content="Title of the Article" />
<meta itemprop="url" content="http://example.com/seo-optimized-article/" />
<meta itemprop="image" content="http://example.com/images/example.jpg" />
<meta itemprop="author" content="http://example.com/author/authorusername/"/>
<meta itemprop="description" content="excerpt from post" />
<meta itemprop="datePublished" content="2012-09-13 19:17:21" />
<meta itemprop="dateModified" content="2012-09-29 13:33:25" />
<meta itemprop="interactionCount" content="UserComments:356" />
<!-- Itemprop WP 3.3.5 by Rolands Umbrovskis http://umbrovskis.com end -->
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment