Seo Optimization on the internal pages of zblog

Source: Internet
Author: User

In fact, I discovered after using zblog for a long time that the "latest articles" and "latest comments and replies" on the internal pages of zblog (single article page) were called through Js, this is not conducive to SEO (update ). Simply put, you can only see a piece of static code by viewing the source file and the content in the "latest article" and "latest comments and replies", which is not conducive to page content updates. If a text is called, the content page of the entire site is updated every time a new article or comment is added (whether there are any drawbacks that have not been verified, but according to general theory, is advantageous ). My implementation method is as follows:
1. Install the "List plug-in (Article ranking)" in the zblog background )"; (in the zblog background-> plug-in management-> get more plug-ins-> sort by the number of downloads-> you can see it at first glance, it was 4th at that time)

Zblog sample Website: http://www.tao36524.cn/

2. In single.html of the template page:
<Div class = "function" id = "divprevious">
<H3> <# zc_ms1_32 #> <Ul id = "ulprevious">
<Script language = "JavaScript" type = "text/JavaScript"> strbatchinculde + = "ulprevious = previous," </SCRIPT>
</Ul>
</Div>
<Div class = "function" id = "divcomments">
<H3> <# zc_ms000027 #> <Ul id = "ulcomments">
<Script language = "JavaScript" type = "text/JavaScript"> strbatchinculde + = "ulcomments = comments," </SCRIPT>
</Ul>
</Div>
Replace:
<Div class = "function">
<H3> latest article <Ul>
<# Cache_include_randomsortnew #>
</Ul>
</Div>
<Div class = "function">
<H3> comment and reply <Ul>
<# Cache_include_bfcomments #>
</Ul>
</Div>
Of course, you can also call other functions, such as random articles, messages, and rankings. This plug-in provides setting rules and 17 lists. You can set the number of displayed lines and text lines in Plug-in-management. If you like, you can use this plug-in to make zblog a CMS

Zblog sample Website: http://www.tao36524.cn/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.