Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created October 13, 2015 01:34
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 reasonstousegenesis/eaf134739d57cc8873c8 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/eaf134739d57cc8873c8 to your computer and use it in GitHub Desktop.
The author box markup structure for HTML5
<section class="author-box" itemprop="author" itemscope itemtype="http://schema.org/Person">
<!-- picture -->
<h1 class="author-box-title">About <span itemprop="name"><!-- author name --></span></h1>
<div class="author-box-content" itemprop="description"><!-- biographical info --></div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment