• Resolved roni_gabriel

    (@roni_gabriel)


    I have tried several SEO plugins. Your plugin so far is the only one I can get to even work like I want. But I need it to disable SEO for dynamic pages of Buddyboss such as /news-feed , /groups and /members

    Currently the title, description and image is wrong when sharing to Facebook. When I disable your plugin it shares correctly.

    I found this snippet below but it works to disable on all pages. How to make single dynamic pages work?

    add_filter( 'aioseo_disable', 'aioseo_disable_page_output' );
    
    function aioseo_disable_page_output( $disabled ) {
       if ( is_page() ) {
          return true;
       }
       return false;
    }

    Thank you for your help and I hope your plugin will work for us.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Prabhat

    (@prabhatrai)

    Hi @roni_gabriel,

    Thanks for reaching out!

    Could you share a few URLs of these dynamic pages and the name of the post type associated with them so I can modify the snippet accordingly?

    If you’re unsure, you can contact BuddyBoss Support, and they will provide you with the post type name.

    I’m looking forward to helping you.

    Thanks!

    Plugin Support Prabhat

    (@prabhatrai)

    Hi @roni_gabriel,

    We haven’t heard back from you in a couple of days. I’m going to go ahead and close this thread for now. But if you’d like us to assist, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable SEO For Buddyboss Dynamic Pages’ is closed to new replies.