オーディエンス タグ内に "gender" itemprop 属性を含め、Google スニペット ツールで検証すると、次のメッセージが表示されます。
エラー: ページには、スキーマの一部ではないプロパティ「性別」が含まれています。
<div itemscope itemtype="http://schema.org/Product">
…
<meta itemprop="url" content="http://ww.mydomain.com/polo-ralph-lauren/shirts/white/pinpoint-oxford-ls-shirt/rlp039-a13-wht/" />
<meta itemprop='productID' content='rlp039-a13-wht'/>
<meta itemprop='logo' content='http://ww.mydomain.com/images/userfiles/logos/polo-ralph-lauren.png'/>
<span itemprop="audience" itemscope itemtype="http://schema.org/PeopleAudience">
<meta itemprop="gender" content="male"/>
</span>
</div>