During the operation of the website, whether it is system upgrades, data migration, or routine maintenance, it is inevitable that there will be situations where the website needs to be temporarily closed or some functions are inaccessible.How to convey clear and friendly information to users visiting the website at this time, avoiding confusion or direct loss, is the key to improving user experience and maintaining brand image.Fortunately, AnQiCMS provides a simple and efficient mechanism to help us easily deal with such scenarios.

Why do we need a friendly prompt page during website maintenance and upgrade?

Imagine, when a user excitedly visits your website, only to see a blank page or a cold 'Service Unavailable' error, their first reaction is likely to be: Is the website down?Is it not open? It may even directly close the page, or even switch to a competitor.And a well-designed, clear maintenance prompt page can effectively alleviate user anxiety, letting them know that the website is just temporarily away and will return soon.This not only reduces user churn, but also reflects your professionalism and respect for users in the details.

Skillfully utilize the "Shut Down Function" of AnQiCMS

AnQiCMS understands the importance of website maintenance and its impact on user experience, therefore it has built-in 'shutdown function'.This feature allows you to easily switch the entire website to maintenance mode when needed, and display a preset prompt page to all visitors.It is most important that it achieves friendly user prompts without affecting the website content being crawled by search engines, which is crucial for the long-term SEO performance of the website.

Customize your exclusive maintenance prompt page

To set and customize your maintenance prompt page, the entire process is very intuitive on the AnQiCMS backend.

First, you need to log in to the AnQiCMS backend management interface, and find the "Global Settings" module.Here, you will see an option named "Website Status".When you need to perform maintenance, simply switch the "website status" from "normal" to "offline", and the website will immediately enter maintenance mode.

After switching to the closed station status, AnQiCMS will display a simple prompt message by default.But in order to make the prompt more personalized and professional, you can further utilize the 'end station prompt' input box.Here, you can specify the reasons for website maintenance, the expected completion time, and express your apologies for the inconvenience caused to users.For exampleThe service is expected to resume at X month X day X o'clock, please understand.If you have any questions, please contact customer service at phone number: XXX-XXXX.Such transparent and empathetic communication can greatly enhance the user's sense of goodwill.

Further, if you wish to maintain a unique visual design for the page or include more complex layouts and information (such as company Logo, social media links, etc.), AnQiCMS provides a high degree of template customization. In your template directory, there is usually a file namederrors/close.htmlThe file. This file is the template called by AnQiCMS when it closes.You can directly edit this HTML file, add any content and style you want to display.

Inerrors/close.htmlIn the template file, you can flexibly call the system information provided by AnQiCMS, just like editing other templates. For example, by{% system with name="SiteName" %}tags to display your website name, {% system with name="SiteLogo" %}Label to display your brand logo, even through{% contact with name="Cellphone" %}Display contact information to ensure that users can find important contact information even during maintenance. These powerful template tags can make your maintenance page both beautiful and practical.

After completing the editing and beautification of the page content, be sure to verify through a test domain or development environment before officially going live for maintenance, to ensure that all information is accurate and the page displays normally.Once confirmed, you can safely switch the website to a closed status and begin your maintenance work.After maintenance, remember to switch the "website status" back to "normal", and the website will resume normal operations.

Advanced consideration and operation optimization

In addition to basic maintenance tips, we can also take advantage of other functions of AnQiCMS for a more comprehensive operation deployment.If your website uses the multi-site management function of AnQiCMS, you can enable shutdown for specific sites that need maintenance, while other sites are not affected, which provides great flexibility for large enterprises or multi-brand operations.In addition, during maintenance, you can consider announcing in advance through channels such as email, social media, etc., to inform users of the maintenance plan, and publish an announcement article through the 'Content Management' feature of the AnQiCMS backend, so that users can be informed in advance.

In short, the shutdown feature of AnQiCMS is not only a convenient tool for website maintenance, but also an excellent opportunity to enhance user experience and brand image.By meticulous settings and friendly communication, we can transform the maintenance work that might cause dissatisfaction into an operational highlight that enhances user trust and loyalty.


Frequently Asked Questions (FAQ)

1. Will my website's ranking in search engines be affected after the website enters a closed station state?The shutdown feature of AnQiCMS usually returns a specific status code (such as 503 Service Unavailable) to search engines, indicating that the website is temporarily closed rather than permanently disappeared.This usually will not have a negative impact on the long-term SEO ranking of your website, search engines know that this is a temporary state, and they will recrawl and index the website after it恢复正常.Suggest specifying the maintenance end time on the closed site prompt page to further convey accurate information to search engines and users.

2. Can I directly upload a custom HTML file as a maintenance page?Yes. AnQiCMS allows you to modify the template directory.errors/close.htmlThe file can completely customize the maintenance prompt page content and style.This means you can design an independent HTML page that is highly consistent with your brand style, including images, links, dynamic effects, etc., to provide a richer user experience.

3. How can I access the website backend for operations during the shutdown?AnQiCMS has considered this need. Even if the website is in a closed station state, users with administrative privileges can still log in through the back-end login address (such as您的域名/system/)Normal login and website management. The shutdown feature will only affect access to the front-end page, ensuring that you can carry out various background operations without obstacles during maintenance.