I have this on my page:
<div itemscope itemtype="http://schema.org/Person">
<a href="john.html" itemprop="url">John W</a>
</div>
<div itemscope itemtype="http://schema.org/Person">
<a href="chloe_m.html" itemprop="url">Chloe M</a>
</div>
...
But all my items have errors: Missing: name
What is wrong?