Site logo

[Resolved] Updated Date on post

Home Forums Support [Resolved] Updated Date on post

Home Forums Support Updated Date on post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2528065
    Gaurav

    Hello,

    I am using the following code to show the last updated date on my WordPress post. Will this code also show the latest updated date on the Google Search Engine Results Page (SERP) once the WordPress post is updated? Could you please verify if this code is correct as per the standards? Thanks!

    add_filter( ‘generate_post_date_show_updated_only’, ‘__return_true’ );

    add_filter( ‘generate_post_date_output’,’tu_add_to_post_date’ );
    function tu_add_to_post_date( $output ) {
    return ‘<span>Last Updated on </span>’ . $output;
    }

    #2528072
    Fernando
    Customer Support

    Hi Gaurav,

    Yes, Google should be seeing the updated Date.

    That code is correct.

    #2528114
    Gaurav

    Thanks for the verification

    #2528115
    Fernando
    Customer Support

    You’re welcome, Gaurav!

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