RankMath produces Problems with BuddyBoss

#869642
  • Resolved Janina
    Rank Math free

    Hello dear RankMath SEO Team,

    when using you Plugin, I have a lot of 404 Errors and “Page not Found” on my BuddyBoss sites (Tabname), even though the site is completely reachable.

    BuddyBoss says, it is due to an imcombability with RankMath. Do you know of settings I have to use so it works?

    Greetings
    Janina

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

    We apologize for the issues you are facing with 404 errors and "Page not Found" messages on your BuddyBoss sites while using Rank Math.

    It seems that there may be compatibility issues between Rank Math and BuddyBoss. While we do not have specific settings mentioned for BuddyBoss in our documentation, we recommend checking the following:

    1. Update Rank Math: Ensure that you are using the latest version of Rank Math, as updates often include fixes for compatibility issues.
    2. Check Permalink Settings: Sometimes, permalink settings can cause issues with page accessibility. You can try re-saving your permalink settings in WordPress.
    3. Disable Conflicting Plugins: If you have other plugins installed, try disabling them one by one to see if any of them are causing conflicts with Rank Math.
    4. 404 Monitor: Use the 404 Monitor feature in Rank Math to identify the specific URLs that are returning 404 errors. This can help you troubleshoot further.

    If the problem persists, we recommend replying to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern, and we hope to resolve it soon!

    Sources:
    How to Monitor 404 Errors with Rank Math SEO Plugin

    Hello,

    The title is being generated dynamically by BuddyPress and isn’t attached to the physical page on the back end. That’s why the metadata you have added to the snippet editor isn’t being applied on the front end, ending in a 404.

    However, here’s a sample filter you can use and modify to get the title from the current topic:

    add_filter( 'rank_math/frontend/title', function( $title ) {
    	$url = home_url($_SERVER['REQUEST_URI']);
    	if(strpos($url, '/topic/')) {
    	       return "";
    	}
    	return $title;
    });

    You may also get in touch with their team so they can assist you with which filter should you use to get the title.

    And here’s a guide to adding the code to the website:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Looking 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 2 replies - 1 through 2 (of 2 total)

The ticket ‘RankMath produces Problems with BuddyBoss’ is closed to new replies.