How to fix Google Structured Data Missing


  • Member
    drunkfox
    November 17, 2016 at 8:39 pm #30379

    Hi there. In Google Webmaster Tools I can read that I’m having 204 items (posts) with errors.

    Missing Author, entry title, missing updated.

    These codes will generally fix the errors

    <h2 class="entry-title"><?php the_title(); ?></h2>
    
    <span class="vcard author post-author"><span class="fn"><?php the_author(); ?></span></span>
    
    <span class="post-date updated"><?php the_date(); ?></span>

    But I can’t seem to locate these codes or similar in the single.php file.

    <h2><?php the_title(); ?></h2>
    <?php the_author(); ?>
    <?php the_date(); ?>

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.