Last active
August 29, 2015 14:03
-
-
Save jaxbot/0b174b02fe5541eb814a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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