Hi!
I ran into a small problem with the theme and its use of rich snippets. It does a very good job for blog posts, but I am now seeing a problem with all my pages, when I test them with Google Structured Data Test:
hatom-feed
hatom-entry:
Error At least one field must be set for HatomEntry.
Error Missing required field “entry-title”.
Error Missing required field “updated”.
Error Missing required hCard “author”.
It appears that it starts looking for atom feed because of this small bit of code in the beginning of every page:
<!-- OPEN page -->
<div class="post-xx page type-page status-publish hentry clearfix " id="xx">
where ‘xx’ is internal page number. So when it sees hentry
it starts looking for all this info, while it is not there, because it is a static page.
How to solve this problem?
N.B. I’d really appreciate if in the future releases it would be possible to have rich snippets shortcodes. That would be extremely useful for pricing tables, for example. In general on just regular pages there are situations when this would be very useful.
Thanks,
Max