• Resolved fatalrhymer

    (@fatalrhymer)


    In the “title and meta” settings, I will leave some parts blank and use the theme’s own settings, but when I delete the templates in the title and save them, they come back automatically. How can I leave it blank?

Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @fatalrhymer,

    Thank you for contacting us and bringing your concern to our attention.

    Unfortunately, it is not possible to leave the title and description fields blank in the Titles & Meta settings. If you want to remove the Rank Math meta tags from your website, you can use the following filter code on your website:

    function rankmath_disable_features() {
    remove_all_actions( 'rank_math/head' );
    }
    add_action( 'wp_head', 'rankmath_disable_features', 1 );

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.