Amurrell은 좋은 제안이 있습니다.
<div itemscope itemtype="http://schema.org/Review">
<a itemprop="url" href="URL OF PRODUCT OR ITEM"><div itemprop="name"><strong>NAME/TITLE OF THE REVIEW</strong></div>
</a>
<div itemprop="description">DESCRIPTION OF THE ITEM</div>
<div itemprop="reviewBody">REVIEW BODY</div>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
Written by: <span itemprop="name">NAME OF REVIEWER</span></div>
<div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">ITEM REVIEWED</span></div>
<div><meta itemprop="datePublished" content="2013-10-08">Date published: 10/08/2013</div>
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
<meta itemprop="worstRating" content="RATING SCALE MINIMUM, USUALLY 1"><span itemprop="ratingValue">RATING VALUE</span>/<span itemprop="bestRating">RATING SCALE MAXIMUM, USUALLY 5</span> stars</div>
</div>
당신은 또한 "제품"스키마와 "일"스키마를 대체 할 수있는 : 또 다른 방법은 이와 같은 "일"스키마를 포함하는 것입니다. 어느 쪽이든 작동합니다.
모든 대문자를 입력 한 내용을 리뷰의 실제 내용으로 바꿉니다. 희망이 도움이됩니다.
엄지 손가락을주고 싶지만 충분히 강하지는 않습니다. 이 답변은 정확하고 완벽하게 작동했습니다. 고맙습니다. –
대답으로 받아 들일 수 있습니까? 나는 그것이 당신을 위해 일해서 기뻐요! – amurrell