Website revision, 5 actions hold your ranking
Many customers mentioned that after the website revision, the website ranking declined and the traffic decreased. In order to avoid these situations, we shared before The website needs to be revised. What SEO considerations should be considered? Pay attention to these eight items , And now, in order to prevent the revision from affecting the ranking of the website, we will share the following actions with additional code to reduce the impact of the revision on the search engine ranking:
Many customers always mention the decline in page ranking and the decrease in traffic after the web page revision. Why is this happening? It is usually because you have changed the URL and closed the old website, but did not point the old URL to the new URL, which caused the Google search engine to think that your website has been closed. As a result, the accumulated website weight must be re-accumulated and optimized. It must also start again. Therefore, as long as there is a relocation of the website or a change of the website address, a redirection is required.
Under what circumstances do you need to forward?
As long as the website has been revised or updated, and the changes will affect the change of the URL, forwarding is required.
Different URLs all link to the same page, like:
xxx.com> www.xxx.com
xxx.com/index.html> www.xxx.com/index.html
https://xxx.com> https://www.xxx.com
https://xxx.com/index.html> https://www.xxx.com/index.html
Here you can see that although the above URLs are all different, the content connected to them is all the same. In particular, Google has been promoting the use of https in recent years. Many websites have started to use this agreement because of the importance of web security. However, after applying for https, they did not transfer the old URL to https, which caused a lot of traffic to flow to the http URL, rather than more. Secure https, then 301 forwarding must be used
What is 301 forwarding?
301 redirect (also known as 301 redirect, 301 redirect) refers to the status code sent when a user or search spider requests a reply from the web server. 301 means: this URL is permanently transferred to another URL, so it is also called For 301 forwarding.
Common status codes are as follows:
200: normal
404: The page does not exist
302: This website is temporarily moved to another page
500: web program error
What methods can be forwarded?
The more recommended way is to use web.config. or .htaccess to do 301 forwarding, or directly write code such as php to do forwarding. Others, such as JavaScript and meta refresh, are used too often for suspected cheating. Jump mode, so it is not recommended.
How to write .htaccess?
.htaccess is the default name of the file directory system-level configuration file of Apache HTTP Server. It provides support for defining user-defined commands in the main configuration file. In addition to doing 301 forwarding, it can also block specific IP, password protection, and prohibit reading files. It also has many powerful functions. If you are not a program technician, I don’t know how to write .htaccess, you can refer to .htaccess Generator, a useful tool that can quickly generate .htaccess.
.htaccess Generator tutorial
The unified URL is www.example.com:
As shown in the figure below, your website URL was originally https://xxx.com, but now you want to unify it into https://www.xxx.com, just fill in the original URL in this field and you can do it for you From no www to a website with www.
Post a Comment
0 Comments