Rank Math Seo Plugin Is Not Comatible with WPForo Forum Plugin.

#80660
  • Resolved Noble John Ozogbuda
    Rank Math free

    Hello greetings, please im using WPforo plugn and rank math seo plugin, when rankmath seo plugin is enabled, the forum seo meta titles and description will not show, but rather what will show is the page title where I added wpforo shortcode.

    But if I disabled rank math seo plugin, the forum meta title and description will show.

    Please I need help to show meta titles and description without deleting or removing rankmath seo plugin. Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Since WPForo generates its own SEO meta data, we recommend deactivating the Rank Math functionality from the forum pages by using the following filter.

    You should pass the forum page id to the is_page() function like so:

    add_action( 'wp_head', function(){
    	if( is_page('432')) {
    		remove_all_actions( 'rank_math/head' );
    		add_action( 'wp_head', '_wp_render_title_tag', 2 );
    	}
    }, 1 );

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Please whee will i add this code? because i just added it to my theme functions.php, but it didnt work…

    Alberto
    Rank Math business

    Hello,

    It should be added at the end of the functions.php file. If you have issues, we can check it for you.

    To do that, please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Rank Math Seo Plugin Is Not Comatible with WPForo Forum Plugin.’ is closed to new replies.