Tuesday, 29 October 2013

Making Star Snipped Indexed by google

This is the way to Make Star Snipped Indexed by google


  • Find the code <data:post.body/>
  • And put this code below <data:post.body/>


<p>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='margin-top:30px'>
<div itemscope='' itemtype='http://data-vocabulary.org/Review-aggregate'>
<div style='padding:5px; width:85px; float:left;'>
</div>
<div style='padding:5px; font-size:11px; float:left;'>
Title Post: <span itemprop='itemreviewed'><b><data:post.title/></b></span><br/>
Rating: <span itemprop='rating' itemscope='' itemtype='http://data-vocabulary.org/Rating'>
<span itemprop='average'>100%</span>
</span>
based on <span itemprop='votes'>99998</span> ratings.
<span itemprop='count'>5</span> user reviews.<br/>
<data:post.author/><br/><br/>
Thanks for read this post.</div>
</div>
</div>
</b:if>
</p>
For Blackhat, still not tested, may be error

<p>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='margin-top:30px'>
<div class=”hreview” style=”color:white;z-index:-5; width=1px;”><span class=”hreview-aggregate”><span class=”item”><span class=”fn”>Himachal Highland Malt Whiskey</span></span>,<span class=”rating”><span class=”average”>4.9</span> out of <span class=”best”>5</span> based on <span class=”count”>5,500</span> ratings</span></span></div>
</div>
</b:if>
</p>

0 comments:

Post a Comment