Support » Theme: Path » hatom-feed hatom-entry Error (rich snippet tool from Google)

  • Hello I’ve been seeing these errors from my Google Webmaster Tools and have looked around online for solutions. The solutions provided online indicate to change a few things in certain files which I cannot find anywhere within the theme.

    They mainly point out the single.php file.

    WARNING: MISSING REQUIRED FIELD “UPDATED“
    To solve this find,
    <span class=”post_date”><?php the_time(‘j F,Y’); ?></span>
    and replace it with
    <span class=”post_date date updated”><?php the_time(‘j F,Y’); ?></span>

    WARNING: MISSING REQUIRED HCARD “AUTHOR”
    To solve this,
    Find : <?php the_author(); ?>,
    and replace it with;
    <span class=”vcard author”><span class=”fn”><?php the_author(); ?></span></span>

    Please can you point me in the right direction. Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘hatom-feed hatom-entry Error (rich snippet tool from Google)’ is closed to new replies.