wiki:WikiStart

汽车网车问答SEO

项目人员

  • 协调:符晶谊, 陈影淇
  • 开发:陈泰年,黄冠传

版本

主干:

分支:

相关问题

1, 页面更新问题 从第三方数据与相关的关键词属性开始流入seo系统,到审核,批量发帖,批量生成与更新seo页面,中间充斥着不少java web任务调用,耗开发人员时间。

2, java web任务更换技术栈 Web任务使用频率越来越高,估计会对resin服务器产生压力,考虑逐渐用脚本重写这些任务来做相关工作。

3, 公共变量与方法问题 汽车网seo从开发到运行也有两年时间,对抽象公共类与方法始终没有很重视,导致新加入的相关开发人员代码参差不齐,没有一个很好的可读性和可维护性。相信这个问题不单在这里存在,在各其他应用也会有很直观的体现。

4, 挪动百度排名任务 每日定时百度排名任务不在应用相关物理机上,造成维护困难极其不便,择日挪过应用物理机,并考虑用脚本重构该任务。

5,表结构优化

经过一年多的业务开发时间,或多或少在表结构设计上存在不合理的情况,待研究和整改。包括分表机制,现阶段汽车网seo部分暂时没有做分表,往后数据量越来越大,必须整理一套从单表到分表的流程。

6,权限问题 权限粒度需求越来越细,估计迟早会出现不可忽视的漏洞,需要尽快整理权限相关问题并修正。

7, 最新修改

a, 去列表缓存化 b, 多表链接变单表 c, 规范注释代码

外部页面

ps:wap版规则与pc版类似,"seo"命名转为"wap",nginx转向后www域名改为m域名,例如: 车系聚合页 (TagController?) wap页面: http://autosem.pc.com.cm/wap/tag/tag.do?firstLetters=$1&wordsId=$2 ->  http://m.pcauto.com.cn/jinxuan/([a-zA-Z0-9]*)_(\d*)\.html

1 车系聚合页 (TagController?)

Pc页面: http://autosem.pc.com.cn/seo/tag/tag.do?firstLetters=$1&wordsId=$2 ->  http://www.pcauto.com.cn/jinxuan/([a-zA-Z0-9]*)_(\d*)\.html

 http://autosem.pc.com.cn/seo/tag/selectedTagList.do?serialId=$1&majorWordId=$2 ->  http://www.pcauto.com.cn/jinxuan/jinxuan/sg(\d*)-(\d*)\.html

2 车系专题页 (SpecialController?)

Pc页面: http://autosem.pc.com.cn/seo/special/special.do?id=$1 ->  http://www.pcauto.com.cn/jinxuan/index(\d*)\.html

 http://autosem.pc.com.cn/seo/special/specialList.do?forumId=$1 ->  http://www.pcauto.com.cn/jinxuan/forum-(\d*)\.html

3 车系通用页 (GeneralController?)

Pc页面: http://autosem.pc.com.cn/seo/general/general.do?id=$1 ->  http://www.pcauto.com.cn/tongyong/tongyong_(\d*)\.html

 http://autosem.pc.com.cn/seo/general/generalList.do?id=$1 ->  http://www.pcauto.com.cn/tongyong/tongyong_list_(\d*)\.html

4 车系对比页 (CompareController?)

Pc页面: http://autosem.pc.com.cn/seo/compare/compare.do?id=$1&major=0 ->  http://www.pcauto.com.cn/xuxin/pk(\d*)\.html

5 非车系聚合页 (NotserialController?)

Pc页面: http://autosem.pc.com.cn/seo/notSerial/notSerial.do?id=$1&type=1 ->  http://www.pcauto.com.cn/xiaofen/ht(\d*)\.html

 http://autosem.pc.com.cn/seo/notSerial/notSerial.do?id=$1&type=2 ->  http://www.pcauto.com.cn/weichuang/ht(\d*)\.html  http://autosem.pc.com.cn/seo/notSerial/notSerial.do?id=$1&type=3 ->  http://www.pcauto.com.cn/jingyi/ht(\d*)\.html  http://autosem.pc.com.cn/seo/notSerial/notSerial.do?id=$1&type=4 ->  http://www.pcauto.com.cn/liurong/ht(\d*)\.html  http://autosem.pc.com.cn/seo/notSerial/notSerial.do?id=$1&type=5 ->  http://www.pcauto.com.cn/xiaojing/ht(\d*)\.html

6 非车系专业词页 (MajorWordController?)

Pc页面: http://autosem.pc.com.cn/seo/majorWord/majorWord.do?id=$1 ->  http://www.pcauto.com.cn/tainian/major_(\d*)\.html

7 林东聚合页 (SpecialTagController?)

Pc页面: http://autosem.pc.com.cn/seo/specialTag/specialTag.do?id=$1 ->  http://www.pcauto.com.cn/lindong/jingxuan-(\d*)\.html

 http://autosem.pc.com.cn/seo/specialTag/specialSerialTagList.do?serialId=$1 ->  http://www.pcauto.com.cn/autokeyword/list-1-(\d*)\.html  http://autosem.pc.com.cn/seo/specialTag/specialMajorTagList.do?majorWord=$1 ->  http://www.pcauto.com.cn/autokeyword/list-2-(\d*)\.html

8 宝玲聚合页 (KeywordTagController?)

Pc页面: http://autosem.pc.com.cn/seo/keyWordsTag/keyWordsTag.do?id=$1 ->  http://www.pcauto.com.cn/baoling/index-(\d*)\.html

 http://autosem.pc.com.cn/seo/keyWordsTag/keyWordsTagList.do?majorWord=$1 ->  http://www.pcauto.com.cn/keywords/list-(\d*)\.html

9 专业词聚合页 (MajorTagController?)

Pc页面: http://autosem.pc.com.cn//seo/majorTag/majorTag.do?id=$1 ->  http://www.pcauto.com.cn/keywords/major-(\d*)\.html

外部接口

 http://rdtrac.pc.com.cn/autoseo/wiki/api

定时任务

1 0 0 * * 5 /bin/bash /data/sh/groovy_CreateXml.sh > /dev/null 2>&1

每周五生成所有baiduXML文件

2 * * * * * /data/sh/groovy_GetQuestion.sh >> /data/sh/GetQuestion_log.txt 2>&1

每分钟获取360数据储存进库

3 */15 * * * * /data/sh/groovy.sh >> /data/sh/log.txt 2>&1

每15分钟发送帖子多回复到论坛

4 0 1 15 * * curl -s  http://192.168.249.195:8080/admin/seo/flow/updateKeyValueForNew.do>/dev/null 2>&1

0 0 15 * * curl -s  http://192.168.249.195:8080/admin/seo/flow/updateArchiveCount.do>/dev/null 2>&1 每15天更新流量页数据

5 0 0 * * * curl -s  http://192.168.249.195:8080/admin/seo/tag/updateBaiduTop.do >/dev/null 2>&1

每天更新聚合页百度排名

日常需求线

Results (1 - 20 of 41)

Ticket Summary Status Resolution Version Owner Reporter Type Modified
#45 林东页添加分页需求 new 1.0 hotfix chentainian 需求 10 years
#44 车问答seo页面强化提问入口需求 new 1.0 hotfix chentainian 需求 10 years
#43 互动车问答品牌对比页PC版制作sitemap需求 closed fixed 1.0 hotfix chentainian 需求 10 years
#42 车问答品牌对比页WAP页面需求 closed fixed 1.0 hotfix chentainian 需求 10 years
#41 汽车网重要页面代码优化 closed fixed 1.0 hotfix chentainian 需求 10 years
#40 汽车网车问答车系推荐页需求 new 1.0 hotfix chentainian 需求 10 years
#39 汽车网车问答品牌对比页WAP页面需求 closed fixed 1.0 hotfix chentainian 需求 10 years
#38 汽车网流量后台统计数据需求 closed fixed 1.0 hotfix chentainian 需求 10 years
#36 汽车网每日邮件系统新增设置需求 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#35 生成页面等加按钮使SEO自己手动生成 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#34 SEO后台导出数据功能优化 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#33 新增功能把不需审核的帖子直接作为主推和无需审核 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#32 PC、WAP点评页 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#31 车系频道展示主推帖优化需求(展示1天前的帖子) closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#30 车问答生成页面时动态消除缓存 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#29 专题页展示每天有更新的聚合页 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#28 区分转帖量 closed invalid 1.0 hotfix chentainian chentainian 需求 10 years
#27 把转帖数据纳入推送后台 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#26 车友会app推广位增加 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years
#25 页面规则优化 closed fixed 1.0 hotfix chentainian chentainian 需求 10 years

大版本

Ticket Summary Status Resolution Version Owner Reporter Type Modified
#37 汽车网SEO内部性能优化需求 new 1.0 beta chentainian 需求 10 years
#3 这只是一个测试 closed fixed 1.0 chentainian chentainian bug 11 years
#2 我只是一个测试单 closed fixed 1.0 chentainian chentainian 需求 11 years
#1 任务案例一(制作:20151010,送测:20151020,上线:20151025) closed fixed 1.0 chentainian zhouruxuan 需求 11 years