Skip to content

Instantly share code, notes, and snippets.

@bethsecor
Last active March 25, 2016 04:24
Show Gist options
  • Save bethsecor/ea78703d46b552e7d557 to your computer and use it in GitHub Desktop.
Save bethsecor/ea78703d46b552e7d557 to your computer and use it in GitHub Desktop.
<div itemscope itemtype="http://schema.org/Movie">
<h1 itemprop="name">Avatar</h1>
<div itemprop="director" itemscope itemtype="http://schema.org/Person">
Director: <span itemprop="name">James Cameron</span> (born <span itemprop="birthDate">August 16, 1954</span>)
</div>
<span itemprop="genre">Science fiction</span>
<a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailer</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment