Rankmath is interfering my archive meta title information

#221367
  • Resolved Suncatcher
    Rank Math free

    Hi there,

    Please help me with the following:

    I believe Rankmath is interfering my Archive meta title information.

    Scenario: search ‘hello’ in the search form in the Posts page (xxx.com/blog/ for example), the meta title in the results page should be like: Search results for “hello” (separator) (site_title).

    But after activating rankmath and performed the same search action, the meta title becomes: hello (separator) (site_title).

    I have several other pages with archive post-type, they all are changed to: Blog (separator) (site_title), while they actually should be what I originally set them to be, like: Settings (separator) (site_title).

    Please help. I want to use Rankmath, but the interfering and changing of the meta title is upsetting me.

    So far, all other pages seem good.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Ankit
    Rank Math business

    Hello,

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

    To change the meta title for your search page, Please head over to WP Dashboard > Rank Math > Titles & Meta > Misc Pages.

    Screenshot for your reference:
    https://rankmath.com/wp-content/uploads/2021/03/misc-pages.jpg

    Similarly you can find find all your post types under Title Meta page.

    You can learn more about Title & Meta here:
    https://rankmath.com/kb/titles-and-meta/

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

    Hi,

    Thank you for your reply and help. The Search results page is solved.

    But the other pages are not.

    By the way, there’s no option of “Archive” post type in the post type part in WP Dashboard > Rankmath > Titles & Meta.

    Could you please help by doing the part in the sensitive data?

    I believe the remaining questions can only be solved by doing that.

    Thanks.

    Ankit
    Rank Math business

    Hello,

    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.

    Please do take a complete backup of your website before sharing the information with us.
    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.

    Ankit
    Rank Math business

    Hello

    I would suggest you get in touch with your plugin developer and ask them for page condition functions, In your case, settings and favorites page. Later we can add those conditions inside the rank math filter to change the title.

    Filter code to modify the title of the page:

    add_filter( 'rank_math/frontend/title', function( $title ) {
        return $title;
    });

    For you other question you asked, I would recommend you to follow their official recommendations (as explained here: https://yoast.com/help/how-can-i-uninstall-my-plugin/#database) to remove those tables.

    I hope that helps. Thank you, and looking forward to your update.

    Hi,
    Thank you for your reply.
    Do you have any example code snippets regarding the rank_math/frontend/title filter? (Whatever page/post-type title)
    I don’t know how to use it..

    Regarding the Yoast tables, I’ve already done it.

    Thanks.

    Brian
    Rank Math free

    Hello,

    As regarding the Rank Math front-end title, you would have to contact your theme developer to help you change the title so that it does not pick the blog template title. You need to use the filter code shown above.

    This is not something we can do as we do not know the title gets called on the theme or listing plugin here. However, I did check and noticed that it is called from the user_account page class.

    If you do not have developer knowledge then it’s not something you can do. The best shot you can do is to request help from your theme devs team.

    Hope this helps. Please let us know if you have any other questions.

    Thanks.

    Hello,

    We are glad that we could address your concern. Please do not hesitate to let us know if you need our assistance with anything else.

    Thank you

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

You must be logged in to reply to this ticket.