SEO title for Elementor templates will not change title in the front-end

#253812
  • Resolved Vasileios
    Rank Math free

    Hi guys..

    I use multiple custom post types and they all appear in SEO Titles & Meta section BUT when I change the title nothing happens in the front end.
    Then I added the filter as you advise here for the SEO tab to appear in Elementor editor, tried to change it there also ..but this does not work either.
    The front end keeps showing the same title.
    For example https://home-is-crete.com/residential/

    The custom post types like ‘Residential’ were created with Crockoblock JetEngine.
    I also use PRO Elements for Elementor.
    The theme is Jupiter X.

    Is this a known issue..?
    Could you direct me how to solve it?

    Kind thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Something to add..

    When I open the template used for Residential archive page in the editor, change the SEO title and preview the page ..the title seems to have changed ok.
    But when visiting the Residential page in the front end, the title is still the same.

    I managed to get it working by editing the correct field in the Dashboard/SEO Titles & Meta section.
    I was changing the single Title and not the Archive title.

    Apologies for the false alarm.

    All good

    Thank you for a great plugin 🙂

    Although.. the SEO tab in the editor will not sync and will not alter the title or description in the front end.
    Only changes made in the Dashboard show up properly.

    To note..
    The problem exists only for the custom post types I created.
    SEO tab in normal pages and posts works flawlessly.

    Hello,

    Glad that everything is sorted out.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

    Hi Princess.

    As I said, I did manage to alter the SEO title and description for these CPTs from the Dashboard.
    BUT I could not do it from the editor’s SEO tab.
    At least not for the CPTs.
    Editor’s SEO tab works fine only for default pages/posts.

    Could you check if you can reproduce the problem..?

    Ankit
    Rank Math business

    Hello,

    To enable Rank Math’s Integration on Elementor Template pages, please add the following filter to your theme’s functions.php :

    /**
     * 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 );

    Then, enable Add SEO Controls option from the Rank Math > Titles & Meta > My Templates

    You can learn more about here:
    https://rankmath.com/kb/enable-rank-math-on-elementor-templates/

    Hope that helps. Thank you.

    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 title for Elementor templates will not change title in the front-end’ is closed to new replies.