1

我正在为餐厅评论写标记。这是我到目前为止所得到的:

<article itemscope itemtype="http://data-vocabulary.org/Review">
    <img src="" alt="Shatranj Napoli" />

    <h3 itemprop="itemreviewed">
        <a href="">
            <strong>Shatranj Napoli </strong>
            <em>Bandra West</em>
        </a>
    </h3>

    <p class="cuisine">Italian &amp; Lucknowi</p>

    <p itemprop="summary">Whoa! What a marriage of cuisines! Italian and Lucknowi. And much to my surprise, both are good, though I prefer...</p>

    <span itemprop="rating">4.5</span>

    <span class="price-rating">3.5</spam>
</article>

这看起来对吗?或者这根本不起作用?

4

1 回答 1

1

根据Google 的文档,对我来说看起来不错。

我不认为您使用<article>标签的事实会导致任何问题,至少就微数据而言 - 参见例如http://diveintohtml5.ep.io/extensibility.html#data-model,在<section>哪里示例中使用。

于 2011-04-25T10:14:13.570 回答