当我在受众标签中包含“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>