Split out from T125670:
Head item <meta name="robots" content="noindex,nofollow" /> is missing when Single-edit-tab feature is enabled. The meta robots noindex tag is no longer added because that is normally done by EditPage which doesn't get constructed at all when SET is enabled. (EditAction.php decides to create EditPage based on the CustomEditor hook).