父照片包含两种项目类型,如下所示:
<span itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="@Model.Brand.Name" />
<span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
<link itemprop="url" href="@string.Format(Model.Brand.BrandAssetUrlPath+"{0}", "images/brand-logo-colored.png")" />
</span>
</span>
我收到LOGO和IMAGE的错误: (MISSING_FIELD_WITHOUT_TYPE)
我认为这可能是因为将整个代码包装在
中itemtype="http://schema.org/Organization"
我从父级跨度中移除了它,但仍无效。