<?php
use yii\helpers\Html;
use yii\helpers\Url;
use yii\widgets\ActiveForm;
use frontend\assets\MainAsset;
use frontend\widgets\MenuWidget;
use frontend\widgets\RegisterformWidget;
use frontend\widgets\LoginformWidget;
use frontend\widgets\SocialWidget;
use frontend\widgets\LoginrecoveryWidget;
use backend\modules\tovar\models\DirectoryTovCategory;
use backend\modules\tovar\models\Tovar;
use common\components\ImageResizer;
use yii\captcha\Captcha;
use app\components\Controller;
/* var $this \yii\web\View */
/* var $content string */
$cur_city = false;
$city_id = false;
$accept_loc = isset($_COOKIE['accept-loc']) && $_COOKIE['accept-loc'] ? $_COOKIE['accept-loc'] : false;
$accept_cookie = isset($_COOKIE['dissalow-cookie']) && $_COOKIE['dissalow-cookie'] ? false : true;
$city_id = Controller::$CITY_ID;
MainAsset::register($this);
$share = $this->context->share_info;
?>
<?php $this->beginPage() ?>
<?= Html::csrfMetaTags() ?>
<?= (Html::encode($this->title))?Html::encode($this->title):"ASKLEPIY" ?>
<?php $this->head() ?>
Это уже готовый сайт с админкой. В настройках статических страниц менять meta teg можно - но статических страниц немного - 10 шт.
Ок - буду сам разбираться и жду вашего видео о мета-тегах!