Deactive Open Graph in Rank Math

#83065
  • Resolved Laura Houx
    Rank Math free

    Is there a way to deactivate open graph meta tags in Rank math? I don’t want to use them. I want to stick to Social Warefare generated open graph.
    I looked at blank page I was testing for Facebook comments. You can find it in sensitive data. Both Rankmath and Social Warfare are generating Opengraph content automatically.

    Thank you

Viewing 1 replies (of 1 total)
  • Michael Davis
    Rank Math pro

    Hello,

    Thank you for contacting Rank Math today.

    You can add the following filter to your active theme functions.php file to remove all opengraph tags by Rank math:

    
    /**
     * 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' );
    });
    

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Deactive Open Graph in Rank Math’ is closed to new replies.