Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created August 13, 2014 13:43
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 jonnybarnes/cb5fb6e1aa91450e5dab to your computer and use it in GitHub Desktop.
Save jonnybarnes/cb5fb6e1aa91450e5dab to your computer and use it in GitHub Desktop.
Authorship test markup, Joe Bloggs replying to Billy, so this would be HTML found on joebloggs.com
<!doctype html>
<head>
<meta charset="utf-8">
<title>Test Reply</title>
</head>
<body>
<header>
<a rel="author" href="#">Joe Bloggs</a>
</header>
<div class="h-entry">
<div class="p-in-reply-to h-cite">
<p>
<a class="u-url" rel="in-reply-to" href="http://billy.com/notes/2014/06/22/4/">
<time class="dt-published" datetime="2014-06-22T22:59:13-07:00">2014-06-22 22:59</time></a>
</p>
<div class="p-summary p-name e-content">
<img alt="" class="u-photo" src="http://billy.com/notes/2014/06/22/4/files/photo.jpg" />
Not bad...
</div>
</div>
<div class="p-name entry-title p-summary summary e-content entry-content">
<p><a class="auto-link h-x-username" href="https://twitter.com/billy">@billy</a> Looks great</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment