因为都是做系统,很少用到这个设置,标题也是自动生成的,我们公司网站也没有关键词和描述,这样不利于网站获取相关排名。
设置方式:
直接在视图层做如下设置
$this->title = "页面标题"; $this->metaTags[]="<meta name='keywords' content='页面关键词,分隔符用英文逗号'/>"; $this->metaTags[]="<meta name='description' content='网站的页面描述'/>";
效果:
因为都是做系统,很少用到这个设置,标题也是自动生成的,我们公司网站也没有关键词和描述,这样不利于网站获取相关排名。
设置方式:
直接在视图层做如下设置
$this->title = "页面标题"; $this->metaTags[]="<meta name='keywords' content='页面关键词,分隔符用英文逗号'/>"; $this->metaTags[]="<meta name='description' content='网站的页面描述'/>";
效果:
转载于:https://www.cnblogs.com/jianqingwang/p/6491723.html