Want to Not Displaying Meta Title and Description on Facebook Using Rank Math

#507550
Viewing 1 replies (of 1 total)
  • Hello,

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

    In this case, you may need to use a filter to remove the meta title and description:

    add_filter( 'rank_math/opengraph/facebook/og_title', '__return_false' );
    add_filter( 'rank_math/opengraph/facebook/og_description', '__return_false' );

    Please note that this filter applies to your whole site and you may need to customize it for conditions.

    And here’s a link to how to apply this to your site:
    https://rankmath.com/kb/filters-hooks-api-developer/#adding-filters-and-hooks-in-rank-math-php

    Hope that helps.

    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 ‘Want to Not Displaying Meta Title and Description on Facebook Using Rank Math’ is closed to new replies.