BuddyBoss Home – Web Support Forums Themes Boss. theme Configuring Yeast SEO Titles and Metas for the BP generated pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #62311
    @r-padurea

    Hi, what is the best way to configure Yeast SEO Titles and Metas for the BP generated pagesd? For now almost all titles and meta descriptions for bp pages look bad, especially when shared on other social networks.
    Has anyone any experience in this?
    Thank you.

    Answers

    #62406
    @mln83

    I have the same problem.

    I believe it’s a bug in Yoast SEO. I have reported it here but no response yet:
    https://wordpress.org/support/topic/buddypress-group-member-page-titles-not-seo-optimized-with-yoast?replies=3

    I found a temporary solution in this thread:

    Bussdypress title and SEO Yoast problem

    Best regards,
    Michael

    #63480

    Anonymous
    @

    Hi @r-padurea @mln83
    all latest theme including tweentysixteen has the title-tag support, we can not remove it from over theme. Below snippets is for those who want to use Force rewrite title feature inside Yoast.

    
    function theme_slug_setup() {
        remove_theme_support( 'title-tag' );
    }
    add_action( 'after_setup_theme', 'theme_slug_setup',  11 );
    

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Configuring Yeast SEO Titles and Metas for the BP generated pages’ is closed to new replies.