在yii2中设置keywords和descripition的方法为: 1、在需要设置的页面中添加如下代码: 第一种方法:

$this->registerMetaTag(array(“name”=>”keywords”,”content”=>”keywords关键词”);
$this->registerMetaTag(array(“name”=>”descripition”,”content”=>”descripition内容”);

第二种方法:

$this->metaTags[]=”“;
$this->metaTags[]=”“;