hatom-entry warnings for Google authorship
-
I hope this is the right place to post since I’m unsure of what the problem is I didn’t know where to go.
So, I’ve tried using multiple SEO and Google authorship plugins, right now I’m sticking with the basic seo pack and authorsure. Google rich snippets says everything is in order except some hatomentry warnings, and the authorship does not show up in Google searches.
These are the warnings:
hatom-feed
hatom-entry:
Warning: At least one field must be set for HatomEntry.
Warning: Missing required field “entry-title”.
Warning: Missing required field “updated”.
Warning: Missing required hCard “author”.Warning: At least one field must be set for HatomEntry.
Warning: Missing required field “entry-title”.
Warning: Missing required field “updated”.
Warning: Missing required hCard “author”I followed suggestions that lead me to authorsure which didn’t fix it (tried both the footnote and menu options). I saw suggestions to go into the single.php file and change some tags. Except the issue is this is all that’s in my single.php file:
<?php global $SMTheme; get_header(); get_template_part('theloop'); the_tags("<div class='tags'><span>".$SMTheme->_( 'tags' ).":??</span>", ", ","</div>"); get_template_part('relatedposts'); comments_template(); get_template_part('navigation'); get_footer(); ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I tried pasting in h1 entry title entry tags anyway, but that didn’t do anything except make individual posts unable to open.
I’m using the Architecture theme by SMthemes, which I assume might be part of the problem if the single.php file is so bare.
- The topic ‘hatom-entry warnings for Google authorship’ is closed to new replies.