How To Add Blogger Review Star Rating To Search Results
Shema markups add more pleasant looks to how people find your content in Google. A better-optimized blogger post should include schema markups in search results to show professional your posts are to increase the click-through rate. In search engines, crawlers look at every part of a shema.org markup to show the type of rich results in search results. Review schema markup, adds stars to your blogger search results just below the heading and above the meta description. To add review star rating in blogger we have to add json-ld code or microdata version of shema.org markup data
The best way to distinguish your blogger blog from others in search results is making it better than the others. Adding schema structured markups to search results of your blogger posts makes it good for SEO. The very best part of it is that implementing starts in the search engines results increases rank. I would rather click to a tutorial with star reviews because I can read through them and know if the content or product is liked by people. It takes you just a day to show the star reviews under the URL of your blogger blog posts
Step 1.Log in to Blogger and choose your specific website to add the Star Rating code
Step 3.Click on the template command and then locate the Edit HTML next to Customize
Shema markups add more pleasant looks to how people find your content in Google. A better-optimized blogger post should include schema markups in search results to show professional your posts are to increase the click-through rate. In search engines, crawlers look at every part of a shema.org markup to show the type of rich results in search results. Review schema markup, adds stars to your blogger search results just below the heading and above the meta description. To add review star rating in blogger we have to add json-ld code or microdata version of shema.org markup data
The best way to distinguish your blogger blog from others in search results is making it better than the others. Adding schema structured markups to search results of your blogger posts makes it good for SEO. The very best part of it is that implementing starts in the search engines results increases rank. I would rather click to a tutorial with star reviews because I can read through them and know if the content or product is liked by people. It takes you just a day to show the star reviews under the URL of your blogger blog posts
Step 1.Log in to Blogger and choose your specific website to add the Star Rating code
Step 2.Reach out to the left commands by navigating to them to the Template command
Step 3.Click on the template command and then locate the Edit HTML next to Customize
Step 4.Click anywhere in your code and then click on Ctrl+F in windows or CMD+F in mac.
Step 5. Search for <data:post.body/>
Reach out to the left commands by navigating to them to the Template command
Step 6. Replace the above line with the following code
<data:post.body/>
<div itemscope='' itemtype='http://data-vocabulary.org/Review' style='display:none;'>
<span itemprop='itemreviewed'><data:post.title/></span>
<span itemprop='reviewer'><data:post.author/></span>
<span itemprop='rating'>5</span> of 5
<div itemprop='description'><data:post.snippet/></div>
</div>
<div itemscope='' itemtype='http://data-vocabulary.org/Review' style='display:none;'>
<span itemprop='itemreviewed'><data:post.title/></span>
<span itemprop='reviewer'><data:post.author/></span>
<span itemprop='rating'>5</span> of 5
<div itemprop='description'><data:post.snippet/></div>
</div>
Thats the best code ever for getting review star rating in blogger. It uses the
تعليقات
إرسال تعليق