I haven’t written an article for a long time, and my writing style is not good. I hope everyone will take a look at it. The story I am telling you this time is about my experience of the talent recruitment website that I had worked hard to run for 3 months and was suddenly removed from the home page by Baidu. I also hope it will be of some help to fellow webmasters. Without further ado, let’s get down to business.
My Shaoxing 136 Talent Network started to build the website in March 2009. One week after the website was built, I found that the inclusion was relatively stable, so I added 3 sub-domain names below for simultaneous operation, but the 3 websites were placed in the same space, and in addition A corporate website is uploaded, so there are 5 websites under my space. Since I am using a virtual space, I can only use code to jump in the asp file. This should be the problem with being K-sited this time. I will explain it in detail below. One month later, I found that after adding the subdomain name, the inclusion increased rapidly and the snapshots were updated every day. Half a month later, the main domain name Baidu included more than 2,000 pages, and the ranking also skyrocketed. It has reached No. 8 on Baidu. However, I found that the rankings of the other three subdomains still did not rise. Webmasters who have worked on websites should know that the weight of subdomains is much lower than that of top-level domain names. So I planned to replace the three sub-domain names with top-level domain names, and I checked a lot of information on the Internet, which said that the update of the sub-domain names would not affect the main domain name. So I felt relieved and replaced the three sub-domain name websites with the main domain name website, and the space was also changed. But after this change, a problem arose. Baidu snapshots are abnormal. They were updated every day, but now they are updated every four days. Half a month later, it will be updated every two weeks, until June 1st. However, I accidentally discovered a big problem. My www.136rc.com was all included by the domain name of the enterprise website in the same space. If you click site: www.0575qf.com, you will find that this enterprise website is included. After reading a lot of talent network information, I started to feel bored. I redirected to Google and other search engines and everything was normal. Baidu alone has confused the inclusion of these two domain names. So that day I moved the corporate website to a new space. With this transition, a big problem arose. Snapshots are originally updated every 2 weeks. There is no update now. On Thursday, June 11th, according to my usual habit, I checked Baidu site: www.136rc.com every day, which surprised me. I couldn't find the homepage. I tried to site the corporate website again, but it was gone. I realized that the homepages of these two websites had all been deleted by Baidu K. I think the main reason why it was kicked off the home page this time is mainly due to this.
Below I will post the codes I used to make jumps. These jump codes are also the most popular codes on the Internet. It is said that they will not affect the inclusion. This is indeed the case. As long as everyone does not update the space or change the domain name, there will be no problems with the website. Once the changes are made, The domain name will be punished by Baidu:
<%
subreurl()
dimtempUrl
select case LCase(request.servervariables("HTTP_HOST"))
case "www.0575qf.com" '1
tempUrl="qf/index.asp"
case "0575qf.com" '2
tempUrl="qf/index.asp"
case else
tempurl="http://www.136rc.com"
end select
response.redirect tempUrl
end sub
%>
<% dimbb
bb=LCase(request.servervariables("HTTP_HOST"))
if bb<>"www.136rc.com" and bb<>"136rc.com" then
call reurl()
end if
%>
In the virtual space, it is recommended that you only put one website in a space. Multiple websites will definitely cause problems. Some other secondary factors may be because my talent network is not filtered strictly. There is a lot of junk information every day, that is, a lot of hotel recruitment information. I have to delete a lot of such information every day. In this way, I delete it every day. Will be Baidu privacy
Another point is that some of the information on my website is also collected. Although it has been optimized during the collection, a lot of its own information is added to each collection page. I think this will also have a great impact.
I also checked the server ip. There is a website on the server that has been banned, and several websites have been demoted. Maybe my website was also affected, so when buying virtual space, try to buy better ones with higher prices. Cheap servers, too many miscellaneous websites, and IP addresses can easily be hacked. It is best to buy php space.
The last point is that my website was hacked on May 28 due to upload and injection vulnerabilities in the corporate website. As a result, my talent network was noticed and had two hidden links. Fortunately, it was not blocked. On the second day, I fixed the loopholes and transferred the corporate website to the new virtual server at that time. under space.
The main reason why I was knocked to the front page this time is probably due to the above reasons. I hope it will be helpful to webmasters, and I also hope that webmasters will commission some remedies. . Thank you very much.