How to set the default website name, address, logo, and other global functions of AnQiCMS system?

Calendar 👁️ 63

As an experienced website operation expert, I know that the basic configuration of a website is like the foundation of a building, whether it is stable or not directly affects the operation and user experience of subsequent content.In an efficient and flexible content management system like AnQiCMS, mastering these seemingly simple global settings is the first step to easily navigating the website and building your brand image.

Today, let's delve into how to set up core global functions such as website name, address, and logo in the AnQiCMS system, making your website professional and standardized from the start.


AnQiCMS global settings: easily control the website name, logo and basic information

Running a website is like running a physical store. The store's name, address, and eye-catching sign are all key elements in displaying the brand image and facilitating customer identification and access.In the world of AnQiCMS, these 'front-end' information is concentrated in its powerful 'global function settings'.They not only affect the overall appearance of the website, but also directly relate to search engine optimization (SEO), user experience, and even operational efficiency.

So, how should these fundamental and crucial information be configured?

Navigate to the global settings center

To adjust these core configurations, you first need to log in to the AnQiCMS backend management interface. After logging in, turn your attention to the navigation menu on the left, find and click“Background Settings”, Next, you will see an option namedGlobal function settingsHere, is the starting point of our exploration today, and the gathering place for all global basic information of your website.

Core Global Settings Details

  1. Website NameThe website name is like a "business card" for your online brand. It usually appears as a suffix in the browser tab title and is also an important identifier for search engines to recognize your website.Enter the formal name or brand name of your company or website, such as “AnQi CMS”, which can ensure that your brand is displayed uniformly and professionally in all corners.

  2. website addressThis is your website's 'address number', its importance is self-evident. Users visiting the website and search engines crawling content will rely on the settings here. Please be sure to fill in your website'sA complete and correct URLincludinghttp://orhttps://Prefix. If your website is already configured with an SSL certificate, be sure to usehttps://This not only helps improve the security of the website, but is also a signal favored by modern search engines.Be sure to ensure that your domain name is correctly resolved to the server before filling in this address, otherwise the website will not be accessible.

  3. Website LOGOThe website logo is the core of brand visual recognition, just like the signboard of a store.In AnQiCMS global settings, you can easily upload your brand logo image.A well-designed, clear and recognizable logo that can quickly convey the brand image and deepen the impression of users.After uploading, the front-end template will usually pass through{% system with name="SiteLogo" %}This tag to call and display, so that your brand identity is everywhere.

  4. Mobile Address (as needed)In the mobile Internet era, responsive design has become mainstream.However, AnQiCMS also supports the independent template mode of "desktop + mobile"。If you adopt this model and set up a separate domain for mobile (for examplem.yourdomain.comThen you need to fill in the complete address of the mobile website here. Similarly, domain resolution andhttp/httpsThe configuration must be completed in advance to ensure smooth access for mobile users.

  5. Record filing number and copyright informationFor Chinese website operators, the filing number is an embodiment of legal compliance.Enter your website filing number here, and the front-end template can automatically generate a link to the MIIT website, displaying your compliance information.Moreover, 'Copyright Information' is usually displayed in the footer of a website, clearly informing users of the copyright ownership of the website content, which is an important detail for maintaining intellectual property rights and enhancing the professionalism of the website.

  6. Backend domain address (improve security)To enhance the security of the background management, AnQiCMS allows you to set a separate access domain for the background, for examplehttps://admin.yourdomain.comThis measure effectively separates the backend entry from the website's front end, reducing the risk of malicious scanning or attacks.Before enabling this feature, please make sure that the independent domain has been correctly resolved and bound to your server.

  7. Website status and shutdown promptThe website occasionally needs maintenance or upgrades, at which time the "shutdown status" feature comes into play.Set it to closed, when users visit the website, they will only see the 'closed station prompt information' you set, not a chaotic maintenance page or error message, which greatly enhances the professionalism of the user experience.After maintenance, switch back to normal status.

  8. Default language packageAnQiCMS has built-in multiple language packages, you can select the default language according to the main audience of the website.This setting mainly affects the system's built-in prompts, interface text, etc., which helps provide a more user-friendly interface experience for users of different languages.Of course, this does not affect you publishing multilingual content or promoting in multiple languages.

  9. Custom settings parameters (flexible expansion)One of the highlights of AnQiCMS is its strong scalability.In addition to the above preset items, you can also add custom setting parameters here according to your specific needs.For example, you can add contact links for social media (WhatsApp, Facebook, Twitter, etc.), customer service links on the website, banner image addresses for specific events, etc.These custom parameters can be called on the front end through simple template tags, greatly enhancing the flexibility and maintainability of the website.

Other configurations closely related to the global settings

In addition to the content in the "Global Function Settings", AnQiCMS also has some settings closely related to the overall operation of the website that are worth your attention:

  • Home TDK settingsIn the "Background Settings", you can independently configure the title (Title), keywords (Keywords), and description (Description) of the website homepage, which is a core link in the SEO optimization of the website homepage, and can effectively improve the visibility of the website in search engines.
  • Contact information settings: Located under "Background Settings", you can centrally manage the contact information published by the website, including contacts, phone numbers, email addresses, addresses, WeChat QR codes, etc., to ensure that customers can easily and quickly get in touch with you.
  • Content settingsThis feature can control the image processing method of the website content (such as whether to download remote images, automatically filter external links, enable WebP format, automatically compress large images and thumbnail processing methods, etc.), these settings will have a global impact on the loading speed and SEO performance of the website content, and are an indispensable part of optimizing website performance.

By using these fine-grained global settings provided by AnQiCMS, you can build and optimize your website like a professional, from the foundation level.Every detail in control will bring more stable, efficient, and brand-influential operation effects to your website.


Frequently Asked Questions (FAQ)

1. Why is my website address set tohttps://after which, it still prompts for insecurity or redirects tohttp://?This is usually because the SSL certificate is not properly installed or configured on your server, or the reverse proxy configuration of Nginx/Apache web servers is incorrect, and all HTTP requests are not redirected to HTTPS.Please check the status of your server certificate and the Web server configuration file to ensure that SSL is enabled and the redirection rules are effective.The "Website Address" setting on AnQiCMS backend only tells the system your expected URL, but it needs server-side support to take effect.

2. Why doesn't the website logo display on the front end or display incorrectly after uploading?First, please confirm that you have successfully uploaded the LOGO image in the "Global Feature Settings" and saved the settings.Secondly, this is likely due to the front-end template not properly calling the LOGO image, or the template style (CSS) causing a display anomaly.You can check if there is a similar template code{% system with name="SiteLogo" %}Use the tag to call the image path and use the browser developer tools to check if the image has loaded successfully, as well as whether there are CSS rules that cover the display of the image.

3. What is the actual use of 'Custom Setting Parameters', and how can I use them?“Custom settings parameter” is a powerful extension feature provided by AnQiCMS, used to store information that is not part of the preset fields but helpful for website operation.For example, you can use it to set the customer service QQ number of the website, online chat code snippet, links to different social media homepages, advertisement code, or special website announcement content.In the front-end template, you can access by{% system with name="您的参数名 %}Easily call these parameter values to achieve highly personalized content display and feature integration without modifying the core code, greatly enhancing the flexibility and maintainability of the website.

Related articles

How to set a separate admin domain for the website in the AnQiCMS backend to enhance security?

As an experienced website operations expert, I am well aware of the importance of website security in daily operations.In AnQiCMS (AnQiCMS), such an efficient and secure content management system, we can further strengthen the website's defense line through some clever settings.Today, let's delve into how to set up a separate admin domain for the AnQiCMS website backend. This feature not only effectively enhances security but also makes your website management more professional.

2025-11-06

What information will users see after AnQiCMS's website status is set to 'closed'?

As an experienced website operations expert, I am well aware of the importance of website health for the enterprise.However, in daily operations, there will always be times when it is necessary to temporarily close the website for maintenance, such as system upgrades, data migration, server optimization, and so on.In these situations, AnQiCMS (AnQi CMS) provides a convenient and powerful "shutdown" setting, allowing you to give visitors a professional and proper explanation during website maintenance.### AnQiCMS' shutdown feature: a planned 'rest' AnQiCMS' shutdown feature

2025-11-06

What core functional modules are provided on the AnQiCMS backend management interface?

## Deeply Analyzing AnQiCMS Backend Management Interface: Your Website Operation Smart Center As an experienced website operations expert, I know what a high-efficiency and intelligent content management system means to enterprises and individual operators.It is not just a content publishing platform, but also a powerful weapon for us to improve operational efficiency, optimize user experience, and drive business growth.Today, we will focus on AnQiCMS, an enterprise-level content management system developed based on the Go language, and explore the core feature modules provided by its backend management interface.

2025-11-06

How does AnQiCMS support the switching and display of multilingual content to expand the international market?

Good, as an experienced website operations expert, I fully understand the importance of internationalization layout for corporate market expansion.AnQiCMS as an enterprise-level content management system provides a comprehensive and flexible solution for multilingual content support.Next, I will focus on how AnQiCMS supports the switching and display of multilingual content to expand the international market?This topic is explained in detail for you.

2025-11-06

How to configure image download, external link filtering, and Webp format conversion in the "Content Settings" of AnQiCMS?

As an experienced website operations expert, I am well aware of the convenience and powerful functions that AnQiCMS brings to content managers.Especially in terms of content settings, it provides many refined options, which can significantly improve the performance, security, and SEO performance of the website.Today, let's delve into how to cleverly configure image download, external link filtering, and WebP format conversion in the 'Content Settings' of AnQiCMS to make your website content more competitive.

2025-11-06

How to configure the title, keywords, and description of the home page in AnQiCMS's "Home Page TDK Settings"?

As an experienced website operation expert, I know the importance of setting TDK (Title, Description, Keywords) on the homepage for search engine optimization (SEO).It is not only the 'business card' of a website on the search engine results page (SERP), but also a key element to attract user clicks and enhance website visibility.

2025-11-06

How to create and manage different website navigation categories and links in the AnQiCMS backend?

AnQi CMS is an efficient enterprise-level content management system, and its flexible and convenient backend operation is an important reason why many users choose it.In website operation, the navigation system is undoubtedly a core element of user experience and search engine optimization.A clear and explicit navigation not only helps users quickly find the information they need, but also guides search engine spiders to effectively crawl the website content.Today, let's delve into how to create and manage different website navigation categories and links in the AnQiCMS backend.

2025-11-06

How to gracefully stop the AnQiCMS project instead of forcing it to close?

In website operation, service stability and data integrity are core elements.For a high-performance content management system like AnQiCMS, which is developed based on the Go language, it is particularly important to 'gracefully shut down' instead of 'forcefully close'.This not only concerns the normativity of technology, but also directly affects the normal operation of the website, user experience, and the security of critical data. ## Graceful Termination: Why Is It Important?Imagine that you are busy editing an important article, or the user is browsing your product page.

2025-11-06