Returns the next visible sibling
<?php if($next = $page->nextVisible()): ?> <a href="<?php echo $next->url() ?>">next visible page</a> <?php endif ?>