How to Install Star Rating Rich Snippet in Google Search Results
You can easily add floating bottom ads on blogger > 1 minutes
Step 1
Now Go To Blogger >Then Select Theme > Select Edit HTML next to Customize.
Step 2
Copy CSS and past before </body> tag
<script type='application/ld+json'>//<![CDATA[
{
"@context": "https://schema.org/",
"@type": "Review",
"itemReviewed": {
"@type": "Organization",
"name": "Blogger templates | Cashback | Android Tips and tricks ~ Droidnur"
},
"author": {
"@type": "Person",
"name": "Droidnur"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.3",
"bestRating": "5"
},
"publisher": {
"@type": "Organization",
"name": "Droidnur123"
}
}
//]]>
</script>