If you have use a free blog theme,then you may have a review snippets error in the google search console. It is a rating of the reviewers that help to the SEO ranks of your blog.You must fix it for the organic Traffic.
How to fix it ?
You can copy following code.
<script type='application/ld+json'>
{
"@context":"https://schema.org",
"@type":"Review",
"author": {
"@type":"Person",
"name":"Muhammed Fasil K",
"sameAs":"https://www.blogger.com/profile/12071624565375682546"
},
"url": "<data:blog.canonicalUrl/>",
"datePublished":"<data:post.dateHeader/>",
"publisher": {
"@type":"Organization",
"name":"<data:blog.title/>",
"sameAs":"<data:blog.homepageUrl/>"
},
"description":"<data:blog.metaDescription/>",
"inLanguage":"en",
"itemReviewed": {
"@type":"Product",
"name": "<data:blog.pageName/>",
"sameAs": "<data:blog.canonicalUrl/>",
"image": "<data:blog.postImageThumbnailUrl/>",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"bestRating": "5",
"ratingCount": "11"
}
}
}
</script>And paste it before the < div class ='post-footer'> in your edit html of the blog.After it done you must go to the your blogger setting in google search console and clink the enhacement report .You can start validation to fix the snipptes error issues.
For any doubt write in the comment box.
No comments:
Post a Comment