AnQiCMS supports 301 redirect configuration, handling SEO issues due to URL changes properly.
What is 301?
301 is an HTTP status code indicating that the page has permanently moved to a new address. Search engines will transfer the weight of the old address to the new address.
Usage scenario
Website version URL structure adjustment, migration of old websites to new websites, and deletion of page redirects require configuring 301 redirects.
Configuration method
Add a 301 redirect rule in the background SEO settings, specifying the corresponding relationship between the old URL and the new URL. Save and it will take effect immediately.
weight transfer
301 redirect passes most of the original page's SEO weight. Compared to directly deleting a page or a 404 error, 301 has less impact on SEO.
Points to note
Avoid forming a redirect chain (A→B→C). Directly configure A→C redirection to reduce the number of jumps and improve user experience.