When the website is set to " shutdown status ", what information will AnQiCMS display to the visiting user?
As an experienced website operations expert, I know that sometimes it is necessary to temporarily close the website for maintenance, upgrades, or content adjustments.The management of this "shutdown status" not only concerns user experience, but may also affect search engine rankings.AnQiCMS (AnQiCMS) is a powerful content management system that provides a flexible and comprehensive solution in this regard.
When you set the website to "shutdown status" in the AnQiCMS backend, the system will not simply display a blank page or server error message, but will display a carefully prepared "shutdown notice" to all visiting users.This design is intended to ensure that communication with users can be maintained even if the website is not available, preventing users from becoming confused or losing interest.
In particular, the core mechanism of AnQiCMS dealing with the shutdown status is reflected at two levels:
First, inBackground global function settingsIn it, you can find the "Website Status" option. After you select it to switch to "Closed Site Status", the system will take effect immediately.Right away, there is also a 'station closure prompt' text input box below.You can directly enter a brief text here, which will be the most direct information seen by users visiting the website.For example, you can write 'The website is under maintenance and is expected to be restored in XX hours. We apologize for any inconvenience caused!'This is a quick and convenient way, suitable for temporary, relatively simple site notifications.
However, the strength of AnQiCMS goes far beyond this. It also provides a highly customized solution: throughexclusive template fileserrors/close.htmlCarry your shutdown information. This means that when the website is in shutdown status, AnQiCMS will prioritize rendering and displaying the content of this specific template.This is a very important feature for website operators and designers.
Utilizeerrors/close.htmltemplates, you can achieve:
- Complete visual controlYou can design this page like any other website using HTML and CSS, making it consistent with your brand image.This includes all visual elements such as layout, font, color, background images, etc.
- Rich text content display: No longer limited to plain text, you can insert images, videos, even some animation effects, making the closed station page no longer boring, but more attractive, and even convey some brand value.
- Integrate Dynamic Information:AnQiCMS template system supports various tag calls, which means you can
errors/close.htmlEmbed dynamic data. For example, you can call the system contact information tag ({% contact with name="Cellphone" %})to display the emergency contact number, or call the system tag ({% system with name="SiteName" %}) To display the website name, even if other parts of the website are not available, this key information can still be displayed normally, which is very convenient for users. - Provide an alternative solutionYou can guide users to your social media accounts, customer service channels, or leave an email subscription entry on the closed station page so that they can be notified as soon as the website is restored.This helps maintain user stickiness and reduce user churn.
On the strategy of content operation, a carefully designed landing page is an important part of improving user experience.It conveys professionalism and respect for the user, even when the website is temporarily unable to provide services, it can still make the user feel the care of the website.At the same time, a reasonable shutdown page can also reduce the impact on SEO to a certain extent, because when search engine crawlers visit, they see a clear "maintenance" page instead of an error page with no content, although it still needs to be handled with caution for long-term shutdown.
In short, AnQiCMS provides comprehensive control over the display of information during the website's shutdown status through the convenience of backend settings and the flexibility of template files.Whether it is a simple text notification or a complex customized page, it can be easily implemented to ensure effective communication with users at all times.
Frequently Asked Questions (FAQ)
How to enable or disable the shutdown status of the AnQiCMS website?You can log in to the AnQiCMS backend management system, find the "Website Status" option under the "Global Function Settings" menu in the "Backend Settings" menu.Here, you can easily switch the website status to 'normal' or 'shutdown status'.
Can I display contact information or social media links on the shutdown page?Absolutely. AnQiCMS' shutdown prompt page
errors/close.htmlis a standard template file, you can use HTML, CSS and various template tags provided by AnQiCMS. For example, by{% contact with name="Cellphone" %}Label, you can dynamically display the phone number you set in the background, or directly add social media links in the template, thus providing users with other contact or follow channels.The content and design of the shutdown page are controlled by which file?The content and design of the shutdown page are mainly controlled by the template directory of your website.
errors/close.htmlFile control. If you have not customized this file, the system may display a default shutdown prompt.To provide a more personalized and professional user experience, it is recommended that you customize this file according to your brand style.