Wednesday, December 11, 2013

Google Webmaster tools Blogger Blogspot fix for HatomFeed (hfeed and hentry)

Google Webmaster Tools error: Fix for Blogger Blogspot

Extracted structured data: hatom-feed 
Error: At least one field must be set for HatomFeed

For information on newer requirements, visit this Wiki.




Backup your template first!

Step 1
There should be two instances of
<div class='blog-posts hfeed'>

Remove the reference to hfeed so that both of the div tags read...

<div class='blog-posts'>

Step 2

Next search for hentry. You should get two results...

<div class='post hentry'>

and

<div class='post hentry uncustomized-post-template'>

Remove hentry from both references, so that you get

<div class='post'>

and

<div class='post uncustomized-post-template'>

Source: 
Hat tip to: bsulistio
http://productforums.google.com/forum/#!msg/webmasters/mu2AD_wS69w/K1iY6_zYqIgJ

2 comments:

  1. Wow.really it worked man...thanks. But codes are actually removing the error right...not improving it
    Bounce rate

    ReplyDelete
  2. Basically, just trying to get the blog to run error free so we can test and use additional Microdata. Nobody seems to be really sure if the errors affect search results.

    My understanding of "bounce-rate" is that it represents the percent of visitors who enter and exit from the same page -- without visiting other pages. I really don't know if the hfeed and hentry codes are related to site statistics or not.

    ReplyDelete