The biggest advantage of this board is comprehensive SEO optimization.
The specific performance is as follows:
1. Adopt nofollow and key optimization
2. With reference to a series of major websites such as Dingdian and Siouke, we focused on optimizing the novel catalog page.
3. Clear the error codes and residual codes of the website, and simplification is more conducive to SEO.
4. The internal structure of the website is perfectly optimized, with clear levels of novel information pages, table of contents pages, and chapter pages. Interpretation of the core "internal link" of SEO
5. The website is pseudo-static and clean, the rules have been well defined, and you can use it directly with confidence
6. Website advertising space JS call, reserved, suitable for direct use
Installation and usage tutorial: (Video version tutorial later)
1. Install Jieqi version 1.7. Program download address: http://www.xbai.net/thread-77-1-1.html
2. Delete the configs/install.lock file and the install folder.
3. Upload coverage and configure pseudo-static, the rules are as follows: Tutorial reference: http://www.xbai.net/thread-228-1-1.html
#Novel information page
RewriteRule^book/([0-9]+).html$modules/article/articleinfo.php?id=$1
#Novel catalog page
RewriteRule^read/([0-9]+)/index.html$modules/article/reader.php?aid=$1
#chapter page
RewriteRule^read/([0-9]+)/([0-9]+).html$modules/article/reader.php?aid=$1&cid=$2[L]
#letterpage
RewriteRule^zm/([01A-Z])_([0-9]+).html$modules/article/articlelist.php?initial=$1&page=$2
#rankingpage
RewriteRule^top/([A-Za-z]+)_([0-9]+).html$modules/article/toplist.php?sort=$1&page=$2
#category page
RewriteRule^list/([0-9]+)_([0-9]+).html$modules/article/articlelist.php?class=$1&page=$2
#TXTDownload
RewriteRule^txt/([0-9]+).html$modules/article/txtarticle.php?id=$1
#全本故事
RewriteRule^quanben/([0-9]+)$modules/article/index.php?fullflag=1
Copy code
4. Upgrade the database, log in to your backend "Database Upgrade" and execute the following code
DROPTABLE`jieqi_system_blocks`;
5. Run http://yourdomainname/install to install the board
6. System management - system customization (core parameter settings are very important, 99 website problems all arise from this, please refer to the must-read background settings of Jieqi novels for details)
Reminder: Template settings, fill in www.xbai.net and save,
Find: System Management - Block Management. Select a block and edit it. You don’t need to modify any content. Just save it. There are already built blocks in it. In the future, the recommended books for each block on the homepage will be set here.
ID of recommended book: For example, the ID of a book is 3, 4, 5, 6. The recommended format is: 3|4|5|6 View ID:
7. Module management - novel serialization - parameter setting
Whether to generate html: No
4 parameters, namely:
/book/<{$id}>.html
/list/<{$class}>_<{$page}>.html
/zm/<{$initial}>_<{$page}>.html
/top/<{$sort}>_<{$page}>.html
Copy code
Found: System Tools
Clean
Found: Data Maintenance
Operate
Installation complete!
Optimization tutorial:
Advertising is implemented using JS calls. The location of the JS file is...xbai.netjs The system has reserved 3 advertising slots, one banner, one statistics, and three spaces on the chapter reading page.
Pages involving self-modification:
Novel homepage:templatesindex.html
Novel information: modulesarticletemplatesarticleinfo.html
Novel directory: modulesarticletemplatesindex.html
Novel chapter:modulesarticletemplatesstyle.html
For details, please see the demo address: http://www.xsabcd.com