Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Optimization of Column list page
I just contact DEDECMS system is not half, 211.html "> Feel dede System is good, very good optimization, I now introduce my SEO skills in the use of the process, I hope to give some help to beginners, but also hope that you can top my new station: http://www.east-lady.com Oriental Female network (gradually increased)
The SEO of the column list page:
1. Add new fields
Method into the background system Management SQL command-line run multiline command executes the following statement:
Copy Code
ALTER TABLE ' dede_arctype ' ADD ' typetitle ' VARCHAR (255) CHARACTER SET gb2312 COLLATE not NULL;
ALTER TABLE ' dede_arctype ' ADD ' typeinfo ' VARCHAR (255) CHARACTER SET gb2312 COLLATE not NULL;
2. Modify the Column list page template.
Replace the original <title>.....</title> with
Copy Code
<title>{dede:field name= ' Typetitle '/}</title>
Insert in appropriate position in body
Copy Code
{Dede:field name= ' typeinfo '/}
Suggest top or bottom.
3. Set the relevant column Typetitle,typeinfo two fields. Regenerate the Column list page.
Pay modified column management files and templates
The purpose of this tutorial is to illustrate the Dede capabilities of unlimited extensions.
DEDE, very good, very strong, I hope you will study well