我需要描述一个LocalBusiness
这是一个保龄球,但也供应食物。
<div class="col-md-4" itemscope itemtype="http://schema.org/BowlingAlley">
<link itemprop="additionalType" href="http://schema.org/Restaurant">
<div class="widget-item">
<h3 class="widget-title" itemprop="name">My Bowling</h3>
<div class="sample-thumb">
<img itemprop="image" src="~/Content/images/bowling.jpg">
</div>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Somestreet 33</span>
<br>
<span itemprop="postalCode">1000</span> <span itemprop="addressLocality">Brussels</span>
</p>
<p>
<span itemprop="telephone">(+32) 123/456 789</span>
<br>
<span itemprop="email">info@mybowling.be</span>
<br>
<a href="www.mybowling.be" itemprop="url" target="_blank">www.mybowling.be</a>
<meta itemprop="servesCuisine" content="European">
</p>
</div>
</div>
我尝试使用additionalType
Restaurant
,但对于Google Validator,此servesCuisine
作为&#34;未知属性&#34; BowlingAlley
。
如何正确组合项类型?
我使用的资源:
答案 0 :(得分:1)
你的加价完全没问题。这是谷歌测试人员的一个已知问题。 我用它测试了它:
您可以在此处获取更多信息:https://softwarerecs.stackexchange.com/questions/13674/online-microdata-parser