Google Webmaster Tools error: Fix for Blogger Blogspot
Extracted structured data: hatom-feedError: 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
Wow.really it worked man...thanks. But codes are actually removing the error right...not improving it
ReplyDeleteBounce rate
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.
ReplyDeleteMy 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.