怎么样在GOOGLE搜索中显示星星

怎么样在GOOGLE搜索中显示星星

目前这个显示的星星主要用在产品页面,显示产品的标题,价格和评分等。

当然我们也可以用在评价自己产品或者服务上

他的代码是


<div itemscope itemtype=”http://data-vocabulary.org/Review”>
<h1>Review: <span itemprop=”itemreviewed”>驱动文件名称</span></h1>
Written by <span itemprop=”reviewer”>Bob Smith</span>
<time itemprop=”dtreviewed” datetime=”2010-01-15”>Jan 15, 2010</time>
Rated <b itemprop=”rating”>4.5</b> - Excellent
</div>


或者 <div itemscope="" itemtype="http://data-vocabulary.org/Review">
                <meta itemprop="reviewer" content="Filiz">
                <meta itemprop="dtreviewed" content="May 15, 2013">
    
                
                            <div class="rating-score"><span itemprop="rating">5</span></div>

你可能感兴趣的:(怎么样在GOOGLE搜索中显示星星)