Các cài đặt như sau, các bạn vào chỉnh sửa HTML của template và nhấn CTRL F tìm thẻ <b:includable id='postMeta' var='post'> sau đó copy toàn bộ mã JSON-LD này dán dưới thẻ trên bạn vừa tìm được và lưu lại là xong.
<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>
Như vậy là blogspot của bạn đã được thêm Dữ liệu có cấu trúc Schema NewsArticle giúp trang chuẩn seo hơn.