Cannonical Links for Templates

#514335
  • Resolved joeefenton
    Rank Math free

    Hi there,

    Is there any way to add canonical links to ‘Saved Templates’? My company blog, resource page and press area are templates and the Rank Math screen option won’t appear for me to add canonical information there.

    I’ve added a localized version of these pages so there are duplicates that need canonical links.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

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

    Please try to use the following filter to enable Rank Math on your Elementor Template pages:

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

    Here’s how you can add filter/hook to your WordPress site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Once you apply this filter on your website, you will able to find My Templates option under Rank Math > Titles & Meta > Post Types and make sure to enable Add SEO Controls from there. After that, the Rank Math SEO options will appear on your Template pages and you will be able to add your canonical URL from there.

    Let us know how it goes.

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

The ticket ‘Cannonical Links for Templates’ is closed to new replies.