Google ツール ( http://www.google.com/webmasters/tools/richsnippets ) でテストしたところ、エラーが表示されました (Error: Incomplete microdata with schema.org)。
<p itemprop="review" itemscope itemtype="http://schema.org/Review">
<em itemprop="author">
Walter
</em>
:
<span itemprop="description"> " I just love this product and I'll always buy this one" </span>
<br>
<br>
</p>
<p itemprop="review" itemscope itemtype="http://schema.org/Review">
<em itemprop="author">
Jesse
</em>
: <span itemprop="description">"I don't think I'll buy it again and recommend it to others."
</span>
<br>
<br>
</p>
レビューにはすべてを含める必要がありますか? 私は何が欠けていますか?
http://schema.org/Reviewを調べたところ、私のサンプルは例と一致しているようです。私はこれが初めてで、いくつかのポインターを使用できます。