Redirecting on Homepage and Page Title showing as Nothing found for

#142514
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

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

    Are you by any chance using BuddyPress or Buddyboss plugins on your site? If so, would you please make sure the related modules are enabled on Rank math dashboard?

    You can also try disabling the enable them back.

    If this doesn’t help then we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP 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,

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

    Thank you.

    Hi, Thanks for replying I have tried with the BuddyPress plugin as well but still the problem is the same, I’m sharing my sensitive data can you please check?

    Thanks

    Hello,

    I noted you are using the WPQA - The WordPress Questions And Answers Plugin to create these pages and was able to replicate the issue. Allow me to consult with the dev team and get back to you ASAP.

    In the mean time you can also check with the plugin team to see if they can keep Rank math from adding the title meta using the following filter:

    
    add_filter( 'rank_math/frontend/title', function( $title ) {
        if ( is_user_page() ) { // Change this condition to check the user page
            return '';
        }
        return $title;
    });
    

    Looking forward to helping you.

    Can you please look into this? this is urgent, plugin developers are not responding.
    PS: other SEO tools are working fine but I don’t want to deactivate Rank Math Plugin 🙁

    Hello,

    We see you have Rank Math enabled and the above URLs you shared are working perfectly fine.

    Is this issue resolved now? Please check this screencast: https://i.rankmath.com/XcFJOD

    Please let us know so we can help you better.

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

The ticket ‘Redirecting on Homepage and Page Title showing as Nothing found for’ is closed to new replies.