fields missing 'author' and 'updated' in "Full Width PRO"

Home Forums SKT Full Width Forum fields missing 'author' and 'updated' in "Full Width PRO"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4198
    HEDDEBAUX NicolasHEDDEBAUX Nicolas
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: July 14, 2014

    In webmaster tools from Google, I have several errors on all pages of the site.
    Missing fields “author” and “updated” on pages / articles.

    After several Internet search, several indivduals say that the tags are not present in the template.

    Can you add these tags so that the template be validated and optimal by Google.

    Best regards

    #4200
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly check these plugins: https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/

    https://wordpress.org/plugins/schema-creator/

    and https://wordpress.org/plugins/authorsure/

    Any theme doesn’t add these Google Rich Snippets because websites have different uses and they can be either used for review/news/blog/business etc.

    So even in twenty twelve or WordPress themes you will get these fields missing.

    Regards,
    Shri

    #4221
    HEDDEBAUX NicolasHEDDEBAUX Nicolas
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: July 14, 2014

    No, the problem is not resolved with SOE or other plugins.
    If you make a search on the Internet, you will see that the problem comes from the template.

    I solved this problem by modifying the template. It’s very easy.

    I added the following lines in the file

        content-page.php on line 22

       content-single.php on line 22

        content.php on line 35

        impage.php on line 62:

     

    <div class=”postmeta”>
    <div class=”post-date date updated”><?php echo get_the_date(); ?></div><!– post-date –>
    <span class=”vcard author”>
    <span class=”fn”><?php the_author_posts_link(); ?></span><!– post-author –>
    </span>
    <div class=”clear”></div>
    </div><!– postmeta –>

    You can add these changes?

    Best Regards

    #4233
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Alright before the next update we will keep this in mind. Thanks for letting us know.

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.