SEO controls not showing on Archive pages

#844660
  • Resolved Joshua Davis
    Rank Math free

    I have everything checked to show controls in Rank math, but the are not showing in wordpress when I click an archive page

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

    We apologize for the issue you are facing with the SEO controls not showing on your archive pages in Rank Math. Thank you for raising this concern.

    To ensure that the SEO controls appear on your archive pages, please follow these steps:

    1. Navigate to Post β†’ Categories: Go to the categories section in your WordPress dashboard.

      SEO post category

    2. Select a Category: Choose the category you want to edit and click on the Edit button.

      Edit category

    3. Check for Rank Math Meta Box: Scroll down to see if the Rank Math Meta Box is available. If it’s not visible, you need to enable the Add SEO Controls option.

    4. Enable Add SEO Controls: Go to Rank Math SEO β†’ Titles & Meta β†’ Categories in Advanced Mode and toggle the Add SEO Controls option to Activated.

      Add SEO Control

    5. Open Snippet Editor: Once enabled, you can open the Snippet Editor in the General tab to set your title and description.

      Click on Edit Snippet

    If you have followed these steps and still do not see the controls, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for your patience!

    Sources:
    Rank Math’s Content Analysis Tests For Archive Pages Β» Rank Math
    Rank Math ‘Titles and Meta’ Options and Settings

    Hello,

    Could you please confirm if you can edit the archive page content on the backend like normal posts or pages?

    If so, 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.

    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.

    I’m unsure what FTP credentioanls to give you. The site is hosted with 123-reg. Can i give you those logins?

    Hello,

    Can you clarify which archive page you’re referring to? Please share a direct URL to it on the backend and/or share images.

    Thank you for your patience and cooperation. We are looking forward to hearing back from you.

    Hello,

    Rank Math does not show the SEO Control for Elementor templates, because as template parts are meant to be used on actual pages, so doing SEO for the template part is of no use. But that said, we added the following filter code to your website to allow Rank Math’s SEO Controls to be shown on your Elementor templates. Here’s the code we added:

    add_filter( 'rank_math/excluded_post_types',function( $post_types) {
          $post_types['elementor_library'] = 'elementor_library';
         return $post_types;
    }, 11 );

    And we added the code in your theme’s function.php file. It’s important to know that this is not permanent, if you update your theme, the code we added will be removed. To avoid that, you can move the code to a permanent location, i.e. using a child theme, using a Code Snippet plugin or adding the code to the rank-math.php file. You can learn more here.

    We hope this helps you resolve the issue. Don’t hesitate to contact us again with any other questions or concerns regarding Rank Math. We are always happy to help.

    Thank you for choosing Rank Math!

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

The ticket ‘SEO controls not showing on Archive pages’ is closed to new replies.