Easy Siteweaver CMS 6.5 website First name extension optimization

Source: Internet
Author: User
Keywords Homepage extension series products search engine

Dynamic Easy ®siteweaver™ Series products are dynamic Network Technology Co., Ltd. based on ASP language and mssql/access database development of Open source Web site management system, is a perfect design and applicable to a variety of server environment efficient, new, fast and excellent web site solutions, whether in the stability , load capacity, security and other aspects of similar products at home and abroad leading position.

Siteweaver™ Series products mainly for small and medium-sized site construction and management design and research and development, with its ASP platform simple, easy to use and product itself, ease of use, flexibility and other characteristics, for the rapid construction of small and medium-sized Web site provides the fastest way to get started and best practice.

Siteweaver™ series of products is the predecessor of the company's independent research and development of the powereasy®2006 version of the series of products, with more than 400,000 of the application scale of the Web site, accounting for 1/4 of the total number of domestic sites, won the government, enterprises, research and education and the media and other industries widely praised , stable according to the domestic CMS leader position. Siteweaver™ Series products include content management system, online store system, industry portal system and so on.

Dynamic CMS system default home page is the name of the expansion, that is, after the site domain name will automatically add index.html or index.asp and other extensions.

We know that in search engine eyes, the weight of the directory is generally larger than the weight of the file, reflected in the domain name above, that is, Google pagerank inconsistent.

Under normal circumstances, if the site's navigation seo good, then www.dugutianjiao.com and www.dugutianjiao.com/index.html PR should be the same, Google search engine can actually better handle this point. However, by default, the dynamic {$ShowChannel} label output, the site home page, the address of the home page is {$InstallDir}index.htm, {$InstallDir}article/index.asp form, And most of the use of easy webmaster are not know how to do SEO, unable to solve the problem of navigation optimization, coupled with Google search engine we can not guarantee it hundred perfect processing, so how to make the easy to move the CMS site home page and channel first page does not show "extension", that is displayed as {$ InstallDir}, {$InstallDir}article/form is more important.

Below we take easy open source version of Siteweaver™cms 6.5 as an example of specific source code modification instructions to make it meet the requirements of the SEO.

The first method:

The main idea is to modify the PowerEasy.Common.Front.asp file under the Include folder of the root directory, change the function getchannellist (numnewline), and then alter the label {$ Showchannel} output.

1, the home address of the site by {$InstallDir}index.htm to modify the form of {$InstallDir}. Find the following code in include/powereasy.common.front.asp:

If channelid = 0 Then

Strchannel = Channellink & "" & XmlText ("Basetext", "FirstPage", "Site Home") & "& Channellink

Else

Strchannel = Channellink & "" & XmlText ("Basetext", "FirstPage", "Site Home") & "& Channellink

End If

Remove the "Filename_siteindex &" from it and modify it to:

If channelid = 0 Then

Strchannel = Channellink & "" & XmlText ("Basetext", "FirstPage", "Site Home") & "& Channellink

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.