Skip to content

Instantly share code, notes, and snippets.

@zhjuncai
Created June 17, 2013 14:47
Show Gist options
  • Save zhjuncai/5797435 to your computer and use it in GitHub Desktop.
Save zhjuncai/5797435 to your computer and use it in GitHub Desktop.
Microdata
<article itemscope itemtype="http://schema.org/Recipe">
<h1 itemprop="name">Beef with Carrots and Onions</h1>
<p itemprop="description">Carrots and onions goes really well together with grilled beef.</p>
<ul>
<li itemprop="ingredients">250 g beef</li>
<li itemprop="ingredients">One carrot</li>
<li itemprop="ingredients">One onion</li>
</ul>
<p itemprop="recipeInstructions">Trim the onion and carrot, chop them finely and fry in a pan. Grill the beef for 2 minuted per side in a really hot cast iron skillet.</p>
</article>
@zhjuncai
Copy link
Author

HTML5 standard and can access every elements in document

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment