القائمة الرئيسية

الصفحات

How star ratings appear in Google search results

How star ratings appear in Google search results

Rich snippets from Google allow you to make your site search results better than ever before to get the most visitors. Sites with rich snippets can help you get more visitors, especially sites that sell products or sites about reviewing any ad network or ad website that contains recipes for cooking. One of Google's most popular rich snippets is the search box and search engine rankings because most sites are able to show search results, not all! Other rich snippets such as company logo, organization, or social profiles appear in search results only for large businesses or organizations.

In this post, I'll show you how to view star ratings for all posts in Google search results.

How do I add a Google Rich Snippet map to my blog's star rates?

Step 1: Go to the blogger dashboard, navigate to the template, and edit html










Step 2: Search for below code : <div class='post-footer'>

You will find this code 2 times paste the below code above the second one




Step 3: Copy below code and paste it above the code you just searched for

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='display:none;'>
<div class='vcard' id='hcard-templatoid'>
<span itemprop='description'><span itemprop='itemreviewed'><data:post.title/></span></span>
<time itemprop='dtreviewed'><data:post.timestampISO8601/></time>
Rating: <span itemprop='rating'>4.5</span>
Diposkan Oleh: <span class='fn n'>
<span class='given-name' itemprop='reviewer'><data:post.author/></span>
</span>
</div>
</div>
</b:if>



Step 4: Save your template
2. It will automatically add author name as the reviewer

تعليقات