Yii::$app->view->title
$this->registerMetaTag
Yii::$app->view->registerMetaTag
<meta charset="<?= Yii::$app->charset ?>">
<title><?= Html::encode($this->title) ?></title>
<?= Html::csrfMetaTags() ?>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description">
<meta content="" name="keywords">
<link rel="shortcut icon" href="favicon.ico">
<?php $this->head() ?>