如何在Microdata中组合Schema.org项目类型?

时间:2016-03-16 09:05:56

标签: html schema.org microdata

我需要描述一个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

如何正确组合项类型?

我使用的资源:

1 个答案:

答案 0 :(得分:1)

你的加价完全没问题。这是谷歌测试人员的一个已知问题。 我用它测试了它:

1)Microdata to RDF Distiller

2)Live Microdata

3)Structured Data Linter

您可以在此处获取更多信息:https://softwarerecs.stackexchange.com/questions/13674/online-microdata-parser