The above is the call column management SEO title code: {dede:field.seotitle/} method, so fully reflect the list page title display effect, conducive to search engine collection.
The second problem is that the title of the list page has become a look, no page number, not conducive to site SEO, how to do?
1. First open the/arc.listview.class.php file under the Include directory under the Dede installer. Search in Files:
$this->parsetempletsfirst ();
and remove it.
2. Then find, $this->parsedmfields ($this->pageno,1); Add the following code snippet before he
$this->fields[' pagexx ') = $this->pageno;
$this->parsetempletsfirst ();
3. Open the list page in the Dedecms template folder (list_article.htm,list_soft.htm, list_image.htm, etc.) and modify its title to:
<title>{dede:field.title/}_ {dede:field.pagexx/} page </title>
That is, add the {dede:field.pagexx/} page Such a piece of code can be. Then the entire station is generated, and the above method applies to DEDE5.7 generating static pages.
Weaving Dream Column page title plus "Nth Page"