Rank Math do not recognize Formidable Forms landing pages

#502964
  • Resolved Leasing SOS TM
    Rank Math free

    Hello,

    I am a user of the Formidable Forms plugin and discovered that Rank Math is unable to recognize landing pages created by this plugin.

    You do not have an access to SEO setting for landing pages created by Formidable Forms as well as you can not create the sitemap for this kind of pages.

    I was wondering if it is possible that I can add post IDs that are not recognized by Rank Math myself to the sitemap…or are you willing to investigate this case and update your plugin to make this happen automatically?

    I got this testing site only to test this plugin so fill free to login and check it by yourself.

    Here is a short movie (https://recordit.co/f7pCzS3o8D) explaining where can you find this landing pages and how they are not recognized by the Rank Math plugin.

    I will be gratefull for your response.

    Regards,

    Greg

Viewing 1 replies (of 1 total)
  • Hello,

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

    Those landing pages are created in a custom CPT that we cannot register by default.

    To make this work we added the following filter on your theme’s functions.php to register our plugin on those:

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

    ​​​​​​​Hope this helps solve your issues.

    Don’t hesitate to get in touch if you have any other questions.

    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 ‘Rank Math do not recognize Formidable Forms landing pages’ is closed to new replies.