Can somebody explain me the difference between following two markups:
<link itemprop="itemCondition" href="http://schema.org/NewCondition "/>
and
<meta itemprop="itemCondition" content="http://schema.org/NewCondition" />
Are they fully identical? Is there any semantic difference?
Thanks a lot for your explanations!