No SEO Tab in Elementor Pro Template Builder

#566778
  • Resolved Anonymous
    Rank Math free

    Hi,

    I’m using Elementor Pro (Version 3.12.3) and Rank Math SEO (Version 1.0.112).
    I don’t see the SEO Tab in my template builder.

    I tried to go through this article: https://rankmath.com/kb/enable-rank-math-on-elementor-templates/ but I didn’t found the article clear.
    I also made sure the toggle “Add SEO controls” were enabled for all my Page types.(/wp-admin/admin.php?page=rank-math-options-titles)

    Thanks for the support
    Loris

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

    Thanks for contacting us and sorry for the inconvenience caused.

    Please add the following filter to your site:

    /**
     * Filter to enable Rank Math SEO on Elementor templates
     */
    add_filter( 'rank_math/excluded_post_types',function( $post_types) {
          $post_types['elementor_library'] = 'elementor_library';
         return $post_types;
    }, 11 );

    Once done, navigate to WP Dashboard > Rank Math > Titles & Meta and you will see a new post type named My Templates. Enable the Add SEO Controls option for it to add the SEO tab in templates.

    You can use one of the methods mentioned in this guide to add the filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how that goes. Looking forward to helping you.

    Anonymous
    Rank Math free

    Hi Jaideep!
    Thanks for the quick reply.

    I tried 2 of those methods, and followed all the steps, but it didn’t work.

    I reseted the Rank Math options in the Titles & Meta section and it worked.
    I probably clicked on something that prevented the snippet to work.

    Hello,

    We are super happy that you are able to sort this out.

    If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

You must be logged in to reply to this ticket.