Almost sure that I’m not the first one that has this question but when I test my (WordPress) page on Google Snippet Test Tool I got hatom-enty errors like:
hatom-feed
hatom-entry:
Fout: At least one field must be set for HatomEntry.
Fout: Missing required field "entry-title".
Fout: Missing required field "updated".
Fout: Missing required hCard "author".
I found some tutorials about this but that is for standard WordPress themes. I’m using Inovado from ThemeForest and I can’t figure out in which file I have to edit this data.
Someone familiar with this?
I also got problems with snippet review… Good in testresults but doesn’t show up in de Google Search Results. Don’t know why…
You can Add this code to the function.php file in your theme’s directory and it will solve the problems.
The code contains 2 functions. The first function will use the WordPress filter hook for âthe_contentâ to add the class of âentry-contentâ to the article. To add in the other essential hAtom fields, the second function will add a short sentence to the end of your post article, which contains updated time, post title and author, with required microdata.