Schema NewsArticle Structured Data
Instructions for Adding Scheme NewsArticle Structured Data for SEO Standard Blogger which helps optimize blog page on Google search engine.
Schema NewsArticle Structured Data
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 on 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 blog spot has been added. Schema NewsArticle Structured data make the page more standard.