Stop RankMath from generating OG tags

#98069
  • Resolved Jayanta Deka
    Rank Math pro
    Content AI Starter

    Hi,
    I want to stop RankMath from generating OG tags in my website. How to do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jayanta Deka
    Rank Math pro
    Content AI Starter

    Solved. I used the following code in functions.php:

    /**
     * Hook to remove og:tags
     */
    add_action( 'rank_math/head', function() {
    	remove_all_actions( 'rank_math/opengraph/facebook' );
    	remove_all_actions( 'rank_math/opengraph/twitter' );
    });
    Jitendraa
    Rank Math pro

    Hello,

    Thank you for contacting Rank Math today.

    We are glad you got that working now.

    If you need anything else in future, feel free to ask.

    Thank you.

    ​​​​​​

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

The ticket ‘Stop RankMath from generating OG tags’ is closed to new replies.