Skip to content

Instantly share code, notes, and snippets.

@jaxbot
Last active August 29, 2015 14:03
Show Gist options
  • Save jaxbot/0b174b02fe5541eb814a to your computer and use it in GitHub Desktop.
Save jaxbot/0b174b02fe5541eb814a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html itemscope itemtype="http://schema.org/Article">
<head>
<meta charset='utf-8'>
<title>Awesome Post</title>
<meta property="og:title" itemprop="name" content="Awesome Post" />
<meta property="og:image" itemprop="image" content="http://example.com/awesomeimage.jpg" />
<meta property="og:description" itemprop="description" content="This post is awesome" />
</head>
<body>
<header itemscope itemtype="http://schema.org/Person">
<a href="." class="me">
<img src="http://www.gravatar.com/avatar/58f983b2bd87f6b27de05b07223c1efb.png?s=200" alt="Jonathan Warner avatar" itemprop="image">
</a>
<h1 itemprop="name">Jonathan Warner</h1>
<a href="https://plus.google.com/+JonathanWarnerJaxbot?rel=author" target="_blank">Google+</a>
</header>
<section>
Blog post here.
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment