Fix - Schema Blog Post Structured Data in Blogger
Blog Post Schema |
Instruction- Adding Scheme NewsArticle Structured Data for SEO Standard Blogger which helps optimize the blog page on Google Search Engines.
Schema NewsArticle Structured Data
The settings are as follows, you go to edit the template's HTML and hit Ctrl F to find b: includable id = 'postMeta' var = 'post'> then copy this entire JSON-LD code below inserted the day above. finding and Saving is done.
<b:if cond='data:view.isPost'>
<script type='application/ld+json'>
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "<data:post.url.canonical.jsonEscaped/>"
},
"headline": "<data:post.title.jsonEscaped/>",
"description": "<data:post.snippets.short.jsonEscaped/>",
"image": ["<data:post.featuredImage.jsonEscaped/>"],
"datePublished": "<data:post.date.iso8601.jsonEscaped/>",
"dateModified": "<data:post.lastUpdated.iso8601.jsonEscaped/>",
"author": {
"@type": "Person",
"name": "<data:post.author.name.jsonEscaped/>"
},
"publisher": {
"@type": "Organization",
"name": "Blogger",
"logo": {
"@type": "ImageObject",
"url": "https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60",
"width": 206,
"height": 60
}
}
}
</script>
</b:if>
Your Blogger Website has been added. Schema Blog Post Structured Data makes the page seo more standard.