How to Fix Structured Data Errors in Blogger: 100% Fix

How to Fix Structured Data Errors in Blogger | WMI - https://4.bp.blogspot.com/-DhtbWc4gbkI/V-LrKhHdxvI/AAAAAAAAARI/u-a3KwShRlQHQX9NBHBUw6_hnniNCJYsACLcB/s320/fix-structured-data-errors.webp

Use Schema Markup - Boost Your SEO

Be it Google or the other search engine, all of them need to know, however your knowledge is organized. however it ought to be categorised. Structured knowledge markup may be a universally shared markup vocabulary that helps search engines higher perceive the net contents and deliver the most effective relevant knowledge results for user's question.
Marketers will not afford to easily ignore structured knowledge as a result of this Google tool can truly improve search ends up in major search engines. made Snippets square measure Google's means of reshaping however the search results square measure displayed. This step enabled the search-pages get a full New Look. It additionally helps users realize additional info on an outsized style of subjects, concerning folks, reviews etc.

3 Steps to Fix Blogger Structured Data Errors

How to Fix Structured Data Errors in Blogger | WMI - https://s-media-cache-ak0.pinimg.com/736x/20/d8/9f/20d89fde784528ed2af7cc5b2c803ba9.jpg
Step 1: Find the Keyword position
Step 2: Comment the Existing Markup. How to comment in HTML?
Let consider we need to comment <meta expr:content='data:blog.metaDescription' itemprop='description'/>. Introduce <!-- --> to comment HTML. Eg: <!-- <meta expr:content='data:blog.metaDescription' itemprop='description'/> --> is commented.
Step 3: Paste the Proposed Markup below the commented code. Now let’s start Fixing our Blog.

Add additional data to Blog Schema

How to Fix Structured Data Errors in Blogger | WMI - https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRnXfHkupjGApflyS5rJz8PxT5D56M2Ygy4waMiuzgVctAGaoHF
Step 1: CTRL+F → http://schema.org/Blog
Step 2: Existing markup: To be commented
<div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
<meta expr:content='data:blog.title' itemprop='name'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' itemprop='description'/>
</b:if>
</div>
Step 3: Proposed markup: To be pasted
<div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
<meta expr:content='data:blog.title' itemprop='name'/>
<meta content='YOUR NAME' itemprop='creator'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' itemprop='description'/>
</b:if>
<meta content='LOGO URL' itemprop='image'/>
</div>

Fix Blogger Blog ID, Post ID Errors in Structured Data

How to Fix Structured Data Errors in Blogger | WMI - https://lh6.googleusercontent.com/proxy/A7sciIe69fCoUyVuoKxB5s0XJDEebTgmszeLy08gHJWD2nZFWiJF1zVnjbdM76h8g1n3gK1jc2OX_3_w8oqBm1v4zuNASDKOHQ5dBnc7cTxWWIjWWDrGdkF4NjnyOhMBzJzlEb1yfqo5ooIsEHqxRQ9YbPIlY4dtux2yoa4

Step 1: CTRL+F → data:blog.blogId
You may find this keyword in 2 places. Do the following change in both the places.
Step 2: Existing markup: To be commented
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>
Step 3: Proposed markup: To be pasted
<meta expr:content='data:blog.blogId'/>
<meta expr:content='data:post.id'/>

Fix Headline Missing Blogger Structured Data Error

How to Fix Structured Data Errors in Blogger | WMI - https://lh4.googleusercontent.com/proxy/HkagSPplxHhgXpSrqdxMYeNhKjuK8LqrFx62nljmQ_atYWAs-0JwWGjlRKrTmIrlEu-MQ91T7FYDtUkWXjJGyuMedFtZRMBsitOOWShCbponoCyrBuT4aCCkUF60k1FiI8LILzrglzjH_UTSIwaSZG6Qd46479lEY6Q
Step 1: CTRL+F → post-title entry-title
You may find this keyword in 2 places. Do the following change in both the places.
Step 2: Existing markup: To be commented
<h3 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h3>
Step 3: Proposed markup: To be pasted
<h1 class='post-title entry-title' itemprop='headline'>
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h1>

Fix main entity of page Missing and Required Structured Data Error

How to Fix Structured Data Errors in Blogger | WMI - https://lh3.googleusercontent.com/proxy/nYkdc4lyF1rRos-iROBHyyRzp2N00E0E8BJvKepq77w92BTAxMQDOyiwLc8IB20Vzi43JlXRYPIU5IOxbhBEDyY9Ag-3hwblV88nTUjavlVNKBfvamKQNw

Step 1: CTRL+F → http://schema.org/BlogPosting
You may find this keyword in 2 places. Do the following change in both the places.
Step 2: Existing markup: To be commented
<div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
Step 3: Proposed markup: To be pasted
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta expr:itemid='data:post.link' content= 'data:post.link : data:post.url' itemType='https://schema.org/WebPage' itemprop='mainEntityOfPage' itemscope='itemscope'/>

Fix for Publisher Errors in Structured Data

How to Fix Structured Data Errors in Blogger | WMI - https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ7wlU3DSs3NSjPi72zePFtpTqPnesP3Eji83QoHays9Jb4ECFO
Step 1: CTRL+F → class='post-timestamp'
You may find this keyword in 2 places. Do the following change in both the places.
Step 2: Existing markup: To be commented
<span class='post-timestamp'>
Step 3: Proposed markup: To be pasted
<div itemprop='publisher' itemscope='itemscope' itemtype='https://schema.org/Organization'>
<div itemprop='logo' itemscope='itemscope' itemtype='https://schema.org/ImageObject'>
<meta content='LOGO URL' itemprop='url'/>
<meta content='600' itemprop='width'/>
<meta content='60' itemprop='height'/>
</div>
<meta content='COMPANY NAME/BLOG NAME' itemprop='name'/>
</div>
<span class='post-timestamp'>

Fix Blogger date Modified Recommended Structured Data Error

How to Fix Structured Data Errors in Blogger | WMI - https://2.bp.blogspot.com/-gBv6xgbzqEU/VoE33O6TxOI/AAAAAAAACxQ/0I_0kAJTD6Y/s320/Fixed%2Bgoogle%2Bstructure%2BdateModified%2Bmissing%2Band%2Brecommended%2Berror%2Bin%2Bblogger%2Btemplate.png
Step 1: CTRL+F → abbr class='published'
You may find this keyword in 2 places. Do the following change in both the places.
Step 2: Existing markup: To be commented
<b:if cond='data:post.url'><meta expr:content='data:post.url.canonical' itemprop='url'/><a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a></b:if>
Step 3: Proposed markup: To be pasted
<b:if cond='data:post.url'><meta expr:content='data:post.url.canonical' itemprop='url'/><a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a><meta expr:content='data:post.lastUpdatedISO8601' itemprop='dateModified'/></b:if>

Fix Image Structured Data Blogger Error

How to Fix Structured Data Errors in Blogger | WMI - https://4.bp.blogspot.com/-hBCMVJxK_5o/VbNOue--EPI/AAAAAAAARtI/rqCOzZaLvAk/s320/The%2Bbest%2Bway%2Bto%2Bfix%2Bstructured%2Bdata%2Berrors%2Bimage_url%2Bof%2Bblogger%2Bor%2Bblogspot%2B001.jpg

Step 1: CTRL+F → data:post.firstImageUrl
Step 2: Existing markup: To be commented
<b:if cond='data:post.firstImageUrl'>
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
</b:if>
Step 3: Proposed markup: To be pasted
<div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'>  <b:if cond='data:post.firstImageUrl'>    <meta expr:content='data:post.firstImageUrl' itemprop='url'/>    <b:else/>    <meta content='LOGO URL' itemprop='url'/>  </b:if>  <meta content='800' itemprop='width'/>  <meta content='800' itemprop='height'/></div>

-- And --

Step 1: CTRL+F → data:post.thumbnailUrl
Step 2: Existing markup: To be commented

<b:if cond='data:post.thumbnailUrl'>  <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/></b:if>

Step 3: Proposed markup: To be pasted

<div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'>  <b:if cond='data:post.thumbnailUrl'>    <meta expr:content='data:post.thumbnailUrl' itemprop='url'/>    <b:else/>    <meta content='LOGO URL' itemprop='url'/>  </b:if>  <meta content='800' itemprop='width'/>  <meta content='800' itemprop='height'/></div>

Fix Blogger date Published Format Structured Data Error

How to Fix Structured Data Errors in Blogger | WMI - https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTcse0VLOrBwbufmjndE2te1LORAPCXdD7I_rfSkEWcvAJHopufVg
  • Exit the HTML Template Editor.
  • Go to"Settings"→Choose "Language and formatting".
  • Select Timestamp Format like "21/09/2016" (dd/mm/yyyy).
  • Click"Save"
  • Check tool google "Google Structured Data Testing Tool"