Skip to content

Instantly share code, notes, and snippets.

@danbri
Created February 24, 2012 22:11
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 danbri/1904126 to your computer and use it in GitHub Desktop.
Save danbri/1904126 to your computer and use it in GitHub Desktop.
<div itemscope itemtype="http://schema.org/Movie">
<h1 itemprop="name">Pirates of the Carribean: On Stranger Tides (2011)</h1>
<span itemprop="description">Jack Sparrow and Barbossa embark on a quest to find the elusive fountain of youth, only to discover that Blackbeard an his daughter are after it too.</span>
Director:
<div itemprop="director" itemscope itemtype="http://schema.org/People">
<span itemprop="name">Rob Marshall</span>
</div>
<div data-propinfo="character: 'Jack Sparrow'" itemprop="actors" itemscope itemtype="http://schema.org/People">
<span itemprop="name">Johnny Depp</span>,
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment