• Resolved Shelofer

    (@shelofer)


    hi:

    Google Webmaster Tools gives me the following errors:

    Error: Missing required field “updated”.
    Error: Missing required hCard “author”.

    What’s the solution?

    Thank you

    Shelofer

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Shelofer

    (@shelofer)

    Hi:

    Yesterday got this email and I forgot the template. The template I use is Iconic One layoff and need to know what template have to modidificar to solve these errors.

    Google Webmaster Tools gives me the following errors:

    Error: Missing required field “updated”.
    Error: Missing required hCard “author”.

    What’s the solution?

    Thank you

    Shelofer

    Change this code of content.php template

    line 29 to 33

    <span class="author">
             <?php echo the_author_posts_link(); ?>
            </span>
             <span class="meta-sep">|</span>
             <?php echo get_the_date(); ?>

    for this:

    <span class="vcard author">
             <span class="fn"><?php echo the_author_posts_link(); ?></span>
            </span>
             <span class="meta-sep">|</span>
             <span class="date updated"><?php echo get_the_date(); ?></span>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error: Missing required field "updated". Error: Missing required hCard "author".’ is closed to new replies.