Intermediary trading http://www.aliyun.com/zixun/aggregation/6858.html"> SEO diagnostic Taobao customer hosting technology hall
Brown duck in the use of dedecms found that the title of each part of the list page can not be directly optimized. For example, the title of a column is "Literary World," but in the title we do not want to be "literary world," but an optimized title such as "Northwest Literature - Northwestern Poetry - Western Literature." When creating a new column in dedecms, keywords and discription can be directly filled in, but the title does not. The following is a method of finding the duck on the Internet, the method belongs to the original author. However, because the original author wrote is not very clear, Qi Mau duck here to elaborate.
1, add a new field, is to set the title of the column page separately into a field, like keywords and descriptions. Method: Enter the background system management SQL command line run multi-line command to execute the following statement:
ALTER TABLE `dede_arctype` ADD` typetitle` VARCHAR (255) CHARACTER SET gb2312 COLLATEgb2312_chinese_ci NOT NULL;
2, download this package. http://www.qimaoya.com/wp-content/uploads/2008/10/qimaoya.rar, after extracting there are four files, namely /dede/catalog_add.php and /dede/catalog_edit.php and / dede /templets/catalog_add.htm and /dede/templets/catalog_edit.htm
3, modify the column list page template. Replace the original with
4, to the column management page to reset the title, regenerate. Get it.
Note: This method belongs to the original author. Qi Ducks modify and explain. Qi Duck blog, welcome to exchange.