Google structured data > hentry (missing author) failure & modified signal

This topic contains 3 replies, has 2 voices, and was last updated by  wci 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #220940

    wci
    Expired Member
    Post count: 1035

    Hi support team,

    I am having the issue, that google webmaster delivers me errors in case of
    Structured Data > hentry (markup: microformats.org) > missing author

    Please help me to solve this issue may by adding some code into the child theme fundtions.php to enable the author and modified data.

    Find here an article which shall be may helpful

    
    
    //add hatom data
    function add_suf_hatom_data($content) {
        $t = get_the_modified_time('F jS, Y');
        $author = get_the_author();
        $title = get_the_title();
    if (is_home() || is_singular() || is_archive() ) {
            $content .= '<div class="hatom-extra" style="display:none;visibility:hidden;"><span class="entry-title">'.$title.'</span> was last modified: <span class="updated"> '.$t.'</span> by <span class="author vcard"><span class="fn">'.$author.'</span></span></div>';
        }
        return $content;
        }
    add_filter('the_content', 'add_suf_hatom_data');

    Please help me to solve the google structured data error problem.

    Thanks, Alex

    #220941

    wci
    Expired Member
    Post count: 1035
    This reply has been marked as private.
    #221135

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have removed this and it will be in the next version.

    Thanks,

    Stiofan

    #237863

    wci
    Expired Member
    Post count: 1035

    Hi Steofan,

    I am still having the issue of “missing author” and “missing update” data within google search console.

    See this screen shot

    Is this now resolved with new update?

    P.S. actually I am not able to update until we finalized or custom codings to then get help from your side to may suggest how and where you would implement the custom code.

    Best regards, Alex

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket