• Resolved ucsendre

    (@ucsendre)


    Hi,
    Please make the really annoying “SEO Notice: A previously published term has been moved to trash. You may redirect it…” permanently dismissable.
    After deleting an unused woocommerce product attribute it keeps appearing on every admin page. To be even more frustrating, it keeps coming back after I made the (in this case absolutely unnecessary) redirection why it is nagging me.
    I know this is not a big deal but it is frustrating for me while dealing with multiple sites.
    Thank you!
    Kind regards,
    Endre

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @ucsendre

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    The notices should not be there.

    Can you please clear your server and WordPress-side cache?

    Looking forward to helping you.

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello @ucsendre

    Also, one way to fix this is by disabling the option and the other way is to remove the notice by adding following code in functions.php file:

    add_action( 'init', function() {
    	RankMath\Helper::remove_notification( 'auto_post_redirection' );
    } );

    Please note, after adding this code Rank Math will not show any auto-post redirection notice i.e the notice which we show when post permalink is changed post/term is deleted.

    Hope that helps. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Annoying “SEO Notice”’ is closed to new replies.