Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<section itemscope itemtype="http://schema.org/Movie">
	<span itemprop="name">Avatar</span>
	<section itemprop="director" itemscope itemtype="http://schema.org/Person"> 
		<span itemprop="name"> James Cameron </span>
		<span itemprop="birthDate" datetime="1954-08-16"> (born August 16, 1954) </span>
	</section>
	<span itemprop="genre"> Science fiction</span>
	<section itemprop="trailer" itemscope itemtype="http://schema.org/VideoObject">
		<span<a itemprophref="contentUrl" url="https://www.youtube.com/watch?v=5PSNL1qE6VY"> <a href="https://www.youtube.com/watch?v=5PSNL1qE6VYitemprop="contentUrl"> trailer </a>  </span>
 
	</section>
</section>
 
 
<!--
<div itemscope itemtype="http://schema.org/Movie">
  <h1>Avatar</h1>
  <span>Director: James Cameron (born August 16, 1954)</span>
  <span>Science fiction</span>
  <a href="../movies/avatar-theatrical-trailer.html">Trailer</a>
</div>
 

<span itemprop="contentUrl" url="https://www.youtube.com/watch?v=5PSNL1qE6VY"> <a href="https://www.youtube.com/watch?v=5PSNL1qE6VY"> trailer </a>  </span>
!-->