Incorrect page title in browser tab “Page Not Found”

#31028
  • Resolved Ganesh
    Rank Math free

    Hello,

    I am using the BuddyBoss platform and theme on my website.

    For some pages, The title in browser tab shows “Page Not Found” but the page opens/displays correctly

    I had contacted my theme support and they confirmed that it’s a RankMath plugin issue.

    Would you please help it fix it.

    • This topic was modified 4 years, 1 month ago by Todd.
    • This topic was modified 4 years, 1 month ago by Ganesh.
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.

    I have just checked the pages but I could not reproduce the issue. If this is only causing title problems on specific page, I can recommend that you disable the Rank Math title using the following code on your theme’s functions.php file:

    add_filter( 'rank_math/frontend/title', function( $title ) {
        if ( is_activity_page() ) { // Add more conditions here to check the page
            return '';
        }
        return $title;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Ganesh
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi Ganesh,

    Please let us know if there are any problems that we can help with.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Incorrect page title in browser tab “Page Not Found”’ is closed to new replies.