Wpforo forums with rankmath

#45509
  • Resolved Talkeither
    Rank Math free

    before installing rankmath my forums from wpforo show at the top browser tab “forum name and forum page name” but after rank math intallation it only shows forums | website name.

    • This topic was modified 4 years ago by Alberto. Reason: Moved private info to sensitive data section
Viewing 8 replies - 1 through 8 (of 8 total)
  • Alberto
    Rank Math business

    ​Thanks for getting in touch with us.

    ​1. First of all, you should check the SEO Meta Title and Meta Description with the help of Rank Math:
    Add a Meta Description in Classic Editor:

    Add title and description in Gutenberg:



    ​2. Then, ensure that this is the setting in the Schema tab if Rich Snippets are enabled on your website:


    ​To reiterate, the Schema title must show %seo_title% and the description should show %seo_description% – this will ensure your SEO title and SEO Description that you set up via Rank Math can also be used for your schema details:

    ​3. The next step is to check if your title/description is properly set up in the page source:
    https://i.rankmath.com/HwXR1o

    You can use this tool for the same as well: https://www.heymeta.com/

    Hope that helps. If you have any further question(s), please let us know. Thank you.

    Talkeither
    Rank Math free

    i cant figure it out can you do it? these settings are correct.

    Alberto
    Rank Math business

    We might need to take a closer look at the settings. 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 Alberto,

    I have the same problem.

    your suggestion can be used for standard posts and pages, but it does not seem possible for wpForo. Because there is no RM support for the opened titles.

    RM only works on the page where wpForo was created with a shortcode.

    The following pages were created in WpForo. To explain;

    ”nakvaryum.com/forum” RM works here. Forum home page.
    ”nakvaryum.com/forum/category/” No RM Support. Forum categories
    ”nakvaryum.com/forum/category/topic/” No RM Support.Subject of the forum category.
    ”nakvaryum.com/forum/category/topic/title/” No RM Support. Topics written by the end user.

    I want;

    Site title / Speretor / forum title.

    Can we do that?

    Thanks.

    • This reply was modified 3 years, 12 months ago by Toygar Niron.

    Hello Toygar ,

    Thank you for contacting Rank Math today.

    Please create a new ticket on and share admin site access on the sensitive data section so we can look further into the issue. 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/

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello Michale,

    I started a new ticket.

    thank you

    Todd
    Rank Math free

    Hi Toygar,

    We will get back to you on your ticket.

    Thank you.

    Todd
    Rank Math free

    Hello,

    We have taken a closer look at this and it appears that the WPForo team has changed the priority of the WP hook in their plugin. The priority of wp hook should be 11, now it is 10. It basically means that Rank Math’s meta is NOT taking priority over wpForo’s meta.

    Please contact wpForo team and ask them to change the priority back to 10. Here is a code can provide the wpForo team which will fix this issue immediately:

    add_action( 'wp', function() {
    	if ( ! wpforo_feature( 'seo-meta' ) ) return;
    	if ( is_wpforo_page() ) {
    		if ( defined('RANK_MATH_FILE') ) { // Rank Math SEO
    			add_filter( 'rank_math/frontend/remove_credit_notice', '__return_true' );
    			remove_all_actions( 'rank_math/head' );
    			remove_all_filters( 'pre_get_document_title', 15 );
    			add_action( 'wp_head', '_wp_render_title_tag', 1 );
    		}
    	}
    }, 11 );

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

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

The ticket ‘Wpforo forums with rankmath’ is closed to new replies.