The way I do it is just adding the following code in wrapper.php. It noindex all the subpages after front page.

<?php if ( is_paged() && is_front_page() ) { ?>
<meta name="robots"...