Hey, try to use <?php print_r($page->title()->html()); ?>
instead.
var_dump tends to get all the links from the object contained within it. As explained by @distantnative here: Leaking object?
I’m not sure if it is to be expected when just outputting the title, though.