|
|
@@ -182,12 +182,12 @@ export default class DealSeoData {
|
|
|
if (this.cateNameTwo) {
|
|
|
// 分类页
|
|
|
head.title = `${this.cateNameTwo}培训-${this.cateNameTwo}学习-程序员客栈技术培训`;
|
|
|
- head.keyword = `${this.cateNameTwo}培训、${this.cateNameTwo}学习、自学${this.cateNameTwo}、${this.cateNameTwo}教学、${this.cateNameTwo}编程`;
|
|
|
+ head.keyword = `${this.cateNameTwo}培训,${this.cateNameTwo}学习,自学${this.cateNameTwo},${this.cateNameTwo}教学,${this.cateNameTwo}编程`;
|
|
|
head.description = `程序员客栈技术培训提供${this.cateNameTwo}技术培训,${this.cateNameTwo}自学教程,${this.cateNameTwo}教学资源,${this.cateNameTwo}编程学习,${this.cateNameTwo}项目实战等高端${this.cateNameTwo}技术大牛一对一教学培训资源`;
|
|
|
} else {
|
|
|
// 列表页,无筛选参数
|
|
|
head.title = "IT技术培训学习-【程序员客栈技术培训】";
|
|
|
- head.keyword = "IT技术学习、IT培训、编程开发学习、自学编程";
|
|
|
+ head.keyword = "IT技术学习,IT培训,编程开发学习,自学编程";
|
|
|
head.description = "程序员客栈技术培训是一个提供了编程的基础技术教程, 介绍了HTML、CSS、Javascript、Python,Java,Ruby,C,PHP , MySQL等各种编程语言的培训课程。 同时也提供了大量的高端程序员,通过一对一教学,帮助您更好的学习编程。";
|
|
|
}
|
|
|
|