Four elements that make website rankings rise rapidly

[China Glass Network] I spent 50 days, increasing the number of used car network keywords from 575 to 97 experience. Since the website has been established for 6 months, it is not very good at optimizing, and the traffic and main ranking keywords are not ideal. To be a SEOER, you must first learn how to find a problem, and then solve the problem in the end, so as to achieve the desired results.
Back to the front, to stabilize the server
Consider snapshot update issues if you need to debug or suspend the server. Once the programmer was debugging the server between 23 and 0 o'clock in the evening, the website was suspended, and the next day the snapshot was returned. In my statistics, Baidu's snapshot update is not updated at 0 o'clock, but will be updated between 5 and 7 in the morning. If conditions permit, it is better to debug the server at 3~4 in the morning.
Second, the website architecture
1. Optimize the page structure Since the way the website is displayed, it starts from the top. At the time, I was visiting the website, first looking at the front screen content, so when the website is loading, put the JS and ad code as far as possible at the end of the page. ;
2. Make changes on the DIV page structure as follows:
Container height cannot exceed one screen


/*The height of the two divs can't exceed one screen, because the page is loaded first to display the left content, then the right content is displayed. If the left is too long, too big, the right will display blank first, which is not for the user experience. Ok*/