Stop RankMath from generating OG tags

#98069
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' );
    });

    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.