Browse Source

Update dealSeoList.js

huan-jie 4 years ago
parent
commit
0355828798
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/work_down/dealSeoList.js

+ 2 - 2
components/work_down/dealSeoList.js

@@ -164,12 +164,12 @@ export default class DealSeoData {
         if (this.cateNameTwo) {
             // 分类页
             head.title = `${this.cateNameTwo}资源下载-开发技术资源-程序员客栈资源商城`;
-            head.keyword = `${this.cateNameTwo}资源下载、${this.cateNameTwo}开发技术资源下载、${this.cateNameTwo}项目源码下载`;
+            head.keyword = `${this.cateNameTwo}资源下载,${this.cateNameTwo}开发技术资源下载,${this.cateNameTwo}项目源码下载`;
             head.description = `${this.cateNameTwo}开发技术资源,为IT开发人员提供权威的${this.cateNameTwo}学习、${this.cateNameTwo}编程源码、${this.cateNameTwo}电子书、各阶段资料下载等服务.更多下载资源请访问程序员客栈APP或官网资源商城`;
         } else {
             // 列表页,无筛选参数
             head.title = "IT开发资源下载-【程序员客栈资源商城】";
-            head.keyword = "IT开发资源下载开发源码下载";
+            head.keyword = "IT开发资源下载,开发源码下载";
             head.description = "程序员客栈资源商城是一个提供学习资源、源码、在线学习视频、IT电子书、各类免费软件等下载服务的IT资源大本营,致力于为软件开发者提供知识传播、资源共享、共同学习的优质学习资源平台.";
         }