Face without FTP helpless

Source: Internet
Author: User

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

To the customer to do the site optimization encounter that with the construction station system to do the site is the most headaches, because that kind of site is generally not get ftp. Now many companies have developed such a station system, are known as "as long as you know how to type can build station" or "one minute you can have a beautiful website of your own" and so on. Gosh, this system is indeed a temporary convenience and saves the time and money of the site owner, can be considered for a long time, this site too many limitations, maintenance inconvenient, more importantly, the quality of this site is often not high, inside the redundant code too much, want to optimize the site that is not the case.

Now on hand there is a customer, this customer has been doing for two months, can be the site's ranking has been not ideal, are hovering on the second page. This site just took over when the first page is a jump code, the inside page of the code super confusing, JS, CSS code are all directly written in the page. Meet such a customer really is very tricky, no FTP, only from the place we changed to start.

  

The image above is where you can change pages in the background of the website. I first the jump code of the first page to remove, and then the entire page of the code to copy over, without affecting the appearance of the page in the case of the deletion of the code, title description, keyword layout, such as very limited single page optimization. Before the work is done, the search engine updates after the site rankings change. Here to say that the quality of the site's outside the chain is quite good, there is no spam links, and some from the weight of the relatively high web site export links. According to the website optimization keyword, about 1 million of the search results, the combination of various factors, estimated that the word should be up to one months or so time on the. The search engine was finally updated, and the site ranked only up to Page three. Wait a few days, or no change, had to increase the page's keyword density. Use keyword tools to check the density, dizzy, all is garbled, this is how to go, before have encountered this problem, looked at the source code, found in the top of the code a JS code:

<script language= "JavaScript" >


var xmlHttp = false;


try {


XmlHttp = new ActiveXObject ("Msxml2.xmlhttp");


}


catch (E)


{


try {


xmlHttp = new ActiveXObject ("Microsoft.XMLHTTP");


 }


catch (E2)


 {


xmlHttp = false;


 }


}


if (!xmlhttp && typeof xmlhttprequest!= ' undefined ') {


xmlHttp = new XMLHttpRequest ();


 }


Xmlhttp.open ("Get", "/sysadm/analyse?referer=" +escape (document.referrer) + "&timestamp=" +new Date (). GetTime (), true);


xmlhttp.send (NULL);


</script>

This code does not know what to use, in the background can not see, there is no way to delete. It must be embedded in this station system. No way, the dead horse as a live horse medicine. Increase the site's keywords, and then increase the site's outside the chain, I think I can do is only these.

Later, the site's ranking has risen, to the second page, time also passed two months. Before the son, in webmaster Online has an article is to write a certain power of the website is also no FTP, what optimization can not do, is worthy of "different E-commerce", many seoer to those sites are prohibitive.

Azi once asked in point Stone, no FTP site to how to optimize, the results of a few people answered. A person said that only from the title to start, for that simple unpopular words may have effect. The other is to say that do not know, no way to optimize and so on.

If you have done a similar optimization, please post your valuable experience.

Article originally contained: http://www.udoseo.cn/udoyuanchuang/meiyouftp/reprint please keep.

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.