20 Ways To Make $5000+ From Home. Earn Now!

Table of Content

Fix Datepublished:Missing And Recommended Error In Blogger Template

learn how to Fix Datepublished:Missing And Required Error In Blogger Template,fixed post update date missing publishing modified error for article rich snippets error structure data error in blogspot template,Remove Post Update error by updating markup in data structure
how to Fix Datepublished:Missing And Recommended Error In Blogger Template
Hello Folks,In previous post we have talked about how to fix Missing:Author error in Blogger Template. Today in this article we are going to teach how to fix datepublished:missing error recommended error in blogger template.In Blogger template you will see an error about post publishing date.You can check this error through google structure data testing tool by visting https://developers.google.com/structured-data/testing-tool/. This error comes in article rich snippets.This error comes because search engine not understand when you updating or publishing on your blog or website and if robots get updates they will index your blog accordingly.For this reason your blog posts won't get higher ranking in search engine.so to fix this error follow the steps mentioned below.
Recommended:How To Fix dateModified:Missing And Recommended (Amp)Error In Blogger Template.

installation steps:

Step 1. Open https://www.blogger.com and Sign in to your account
Step 2. Now From Blogger Dashboard click on ->Template ->Edit HTML 
Step 3. Now Search for the following script in your Blogger template.
<span class='post-timestamp'>
                <b:if cond='data:top.showTimestamp'>
                  <data:top.timestampLabel/>
                  <b:if cond='data:post.url'>
                    <meta expr:content='data:post.canonicalUrl' 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>
                </b:if>
              </span>
Step 4. Now change the above script by below script.
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span> 
Step 5. Now Click on Save Template.Done !

After Completing above steps,again go to google structure data testing tool page and check and you will find no datepublished error in your blogger template.

We hope this article helped you to learn How To Fix Datepublished:Missing And Recommended Error In Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.

Post a Comment