我希望這不是太晚,我將能夠提供幫助。
遵循標準程序是這種事情的最佳實踐。確保你使用正確的標記。所以進行審覈,審查,架構,如下例所示:
使用該工具生成的代碼,然後根據該工作示例 http://www.microdatagenerator.com/reviews-schema/
例如修改網站:
<div itemscope itemtype="http://schema.org/Review">
<div itemprop="itemReviewed" itemscope temtype="http://schema.org/Thing"><span itemprop="name">home mortgage</span> </div>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"> Nick M.</span>
</div><meta itemprop="datePublished" content = "01/01/2016">
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"
<meta itemprop="worstRating" content = "1"/><span itemprop="ratingValue">5</span>/<span itemprop="bestRating">5</span> stars </div>
<span itemprop="description">My experience with ABC Company was very good and I recommend it to everyone. </span>
</div>
你拿這些代碼並把你需要的部分帶到你的網頁上。
這個視頻很棒: https://www.youtube.com/watch?v=N2PjWtybDOs