plugin not detect elementor content

#773335
  • Resolved Anonymous
    Rank Math free

    Hi,

    i am using rank math and elemnetor. but in seo section. its not detecting content. for example i added keywords in start but it says you did not add keywords in start.

    if i add keyword in classic editor. it says. now its fix. what is this? it mean plugin not work with elementr and SEO is usless with this. check screenshot.

    i added keyword in H2 but it shows. you did not add.

    same time it detecting keywords density from elementor

    what is this

Viewing 1 replies (of 1 total)
  • Hello, we apologize for the issue you are facing with Rank Math not detecting the content you added in Elementor for SEO purposes.

    Rank Math, by default, excludes support for Elementor templates as they are not actual pages or posts. To enable Rank Math SEO on Elementor templates, you need to add a filter to your theme’s functions.php file or rank-math.php file.

    Here are the steps to enable Rank Math SEO on Elementor templates:

    1. Add the following filter to your theme’s functions.php file or rank-math.php file:

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

    For detailed instructions and screenshots, you can refer to this knowledgebase article.

    If you encounter any issues while implementing these steps, feel free to reply to this ticket, and a human agent from the Rank Math Support team will assist you further. Thank you for raising this concern.

    Sources:
    Why Isn’t Rank Math Detecting the Table of Contents? » Rank Math
    Enable Rank Math SEO on Elementor Templates » Rank Math
    Understanding Rank Math’s Meta Box Appearing in Single Posts & Pages
    Why Rank Math’s Meta Box is Not Showing? » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 ‘plugin not detect elementor content’ is closed to new replies.