Monday, February 24, 2014

Solution for Missing required field "updated" in blogger for Google Authorship

Posted by Muji






Most of the bloggers when they want to claim Google Authorship for their websites will face mainly two errors, Warning: Missing required field "updated". and Warning: Missing required hCard "author". Which takes much more effect to solve this problem if we don't know the correct solution. Well today i'm going to discuss the solution for the first problem Warning: Missing required field "updated".

As google's certain blogger settings are often changing we have to change our template settings accordingly.

To solve this problem you have to Edit Your Blogger Template. Click Here To Learn How To Edit Your Blogger Template.

There are two methods which can solve this problem.

First Method:

1. Go to Blogger DashBoard --› Select your Blog --› Click on Template --› Edit HTML

2. Now Press Ctrl+F and find for the words "hfeed" and "hentry".

3. Now replace the words with "h-feed" and "h-entry" respectively.

4. Now save the template from above top.

5. Now check your Authorship markup warning using this Structured Data Testing Tool.

This method should solve your errors effectively. In case if it doesn't work, follow the second method.

Second Method:

1. Go to Blogger DashBoard --› Select your Blog --› Click on Template --› Edit HTML

2. Now Press Ctrl+F and find for the words 'timestamp-link' and 'published', like the below code


<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>


 

3. Now carefully change the above highlighted word published to 'updated published', which should look like


<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>


4. Now save your template and test again your Authorship markup warning using this Structured Data Testing Tool.


Note: If the above code doesn't work, please try this


In second method, in th 3rd step we have changed 'published' to 'updated published' but we didn't do anything with 'timestamp-link'. Now we have to change 'timestamp-link' also if the above code doesn't work.

So from the 3rd step of second method, remove 'timestamp-link' from the code and replace it with 'updated'. By this the code should look like below


<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>


Save the code and test for Authorship markup warning using this Structured Data Testing Tool.

37 comments:

  1. Replies
    1. Thank you so much Nico :) Keep visiting and don't forget to subscribe for more awesome articles :)

      Delete
  2. Thanks first way worked for me and its very easy than the second one,.,
    Can you please share the reason why this problem is left by blogger, i just want to know the technical reason behind this

    Regards
    www.udzial.com
    Udzial Means Share

    ReplyDelete
    Replies
    1. Glad this helped you, the problem is with the templates and blogger officials has already informed about this. Do subscribe for more :)

      Delete
    2. ok,, thank you so much for sharing the details,, got it :) , subscribed :)

      Delete
  3. Thank you very much boss... First method work with me xD

    ReplyDelete
    Replies
    1. Happy I helped you, do visiting & please do subscribe for more :)

      Delete
  4. I followed the directions and it didn't work, so I went in and put it back to hfeed and hentry without the dash, now my main page comes up with no posts on it, just the header and sidebar where as it use to come up with the last post I did. How can I fix this?
    http://www.narratorreviews.blogspot.com/
    Thanks and please help

    ReplyDelete
  5. Replies
    1. Thank you so much Zee Mee :) Keep visiting and don't forget to subscribe for more awesome articles :)

      Delete
  6. Replies
    1. Thank you so much Muhammad :) Keep visiting and don't forget to subscribe for more awesome articles :)

      Delete
  7. I've made the changes. When I checked the testing tools, the errors were not there but when I checked for these errors in Webmaster tools (under structured data), they are still there. Do I need to give google some time before Google can crawl my website again and mark these errors as fixed?

    Regards,
    Vinamra Kokane

    ReplyDelete
  8. This comment has been removed by the author.

    ReplyDelete
  9. Hi Muji,
    The first method fixed the error. Thanks a lot..!

    ReplyDelete
  10. Same. The first method worked. Thank you so much! :)

    ReplyDelete
  11. Thank u so much .....the first method worked for me site http://www.androidtipsandtricks.com/

    ReplyDelete
  12. My blog successfully on the second method, thank you very much

    ReplyDelete
  13. Hello!

    I have tried the 1st method and it works: no more error in Structured Data Testing Tools. But...

    I have the widget "Share This" in my blog and it completely stops working. Disappeared! And when I restore the old xml it come back, working again. But the error in Structured Data Testing Tools come back again.

    I have tried the second method too, but it didnt work.

    Any idea?

    Thanks!

    ReplyDelete
    Replies
    1. May I know the name of your website please?

      Delete
  14. Thanks for this. I was having the same issues and tried the second solution first but that didn't work for me so I did the first option of changing hfeed and hentry and it worked.

    ReplyDelete
    Replies
    1. Happy that I helped you, keep visiting & please do subscribe for more :)

      Delete
  15. Dear Admin Muji,

    Attempting all the 3 attempts had not worked for me, I think I have a problem with rich snippets, I have inserted jump break after 3 lines of post which shows with errors in structured data. It has 28 errors on for post, each Errors which state Missing: author, Missing: updated.

    When I check the particular error it shows the below result.
    Please Help me to resolve the Issue....

    Thanks in advance


    hatom
    itemtype:
    http://microformats.org/profile/hatom
    hentry
    itemtype:
    http://microformats.org/profile/hentry
    entry-title:
    A LIFE BORN FROM A LIFE
    entry-content:
    Why should we respect Woman! This is why ISLAM says Heaven is under Mother's Feet.... A life is born from a life... Allhamdulillah Watch live Cesarean surgery performed.

    ReplyDelete
    Replies
    1. Hai khan,
      Try this method once may be it will help you, http://www.bforblogger.com/2014/08/solution-for-if-this-markup-is-about-a-person.html

      Delete
  16. replacing hfeed and hentry removes the extracted data from webmaster tool, doesn't this makes any negative impact on SEO

    ReplyDelete
  17. It removes the missing author and updated error , but hides the whole structured data from WM tool.

    ReplyDelete