How to configure the website name, address, logo, etc. in AnQiCMS's 'Global Settings'?

Calendar 👁️ 87

As an experienced website operations expert, I am well aware of the importance of a website's basic configuration, especially for a powerful, SEO-focused enterprise-level content management system like AnQiCMS (AnQiCMS), where the 'global settings' are of great significance.It is not just about filling in a few pieces of information, but also laying the foundation for your website's brand image, ensuring smooth operation, and future expansion.Today, let's delve into how to elegantly and efficiently configure your website name, address, logo, and other core information in the 'Global Settings' of AnQiCMS.

Open your digital facade: AnQiCMS Global Settings Overview

In the AnQiCMS backend management interface, you will find a navigation item named "Backend Settings".Click to enter and the first thing we need to pay attention to is the core area of "Global Function Settings".This assembles the most basic and important information of the website, which is like the 'ID card' and 'house number' of your website, directly affecting the external image, user access, and search engine crawling effect of the website.Properly configure this information is the first step to ensure that the website runs smoothly and effectively promotes the brand.

Let's examine these key settings one by one:

Shape your brand impression: Website name, logo, and copyright information

  • Website Name (SiteName)Your website name is the core of brand recognition. In the "Global Settings" of AnQiCMS, the name filled here will be used as the suffix of the title in the browser tab, a part of the search engine results page, and the default name for various template calls within the website.A concise, distinctive website name that helps users quickly remember your brand and stand out among the crowd.In the template, you can use{% system with name="SiteName" %}Easily retrieve it with this label.

  • Website Logo (SiteLogo)The LOGO is the visual hammer of the website, the most direct embodiment of the brand image.In the "Global Settings", you can upload your website's logo icon.Please make sure to select a clear, high-resolution image file suitable for web display.Once uploaded, this LOGO can be called and displayed by the template in positions such as the header of the website, login interface, etc.A clear logo can not only enhance the professionalism of the website, but also deepen users' impression of the brand.When invoking the template, you can use{% system with name="SiteLogo" %}Get the image address here.

  • Copyright Information (SiteCopyright)The website copyright information is usually displayed in the footer, which is a declaration of ownership of the website content.Enter detailed copyright information in the "Global Settings", which is a legal compliance requirement and also reflects the protection of original content.It clarifies the attribution of the website content to visitors, providing fundamental protection for your digital assets.This information goes through the template{% system with name="SiteCopyright" %}Can be retrieved immediately.

Anchor the network coordinates: Website address and mobile end address

  • Website Address (BaseUrl)This may be the most critical configuration in the "Global Settings".The website address you enter here is the 'home base' for users to access your website.It not only determines the correct loading of website resources (such as images, CSS, JS), but also directly relates to the crawling and inclusion of search engines.Make sure that this address matches the domain name you actually parse to the server, includinghttp://orhttps://The protocol part. If set incorrectly, your website may fail to load resources or even become completely inaccessible. In the template,{% system with name="BaseUrl" %}the tag can help you get this basic link.

  • Mobile URL (MobileUrl)If your website uses a "desktop + mobile" independent template mode and you want to provide a separate domain for mobile devices, then the configuration of the "mobile end address" becomes very important.Enter your mobile site domain here, make sure it can be correctly directed on mobile devices.Similarly, be sure to complete the domain name resolution and binding before the configuration.For websites with responsive design or code adaptation mode, this item is usually not required.You can pass through{% system with name="MobileUrl" %}Call this address.

Ensure compliance and security: filing number, website status, and backend domain.

  • Filing number (SiteIcp)For websites operating in mainland China, a filing number is essential.Enter your website备案 number in the “Global Settings”, it is usually displayed at the bottom of the website and linked to the MIIT record query website to show compliance.This is an important trust symbol and also a requirement of national regulations.template, {% system with name="SiteIcp" %}It will help you display the record information.

  • Website status (SiteStatus) and site closure tips (SiteCloseTips)During operation, the website occasionally needs to be maintained or upgraded.Through the 'Website Status' option, you can set the website to 'Closed Site Status', at which point users visiting will only see the information you have预设 in the 'Closed Site Prompt', rather than an error page.This helps to enhance user experience and avoid losing visitors due to maintenance.This is a very practical operation tool, which can flexibly control the visibility of the website.

  • Backend domain addressTo further enhance the security of the background management, AnQiCMS allows you to set a separate independent domain for the background. For example, you can set the front-end website aswww.anqicms.comAnd the backend management passes throughadmin.anqicms.comAccess. This effectively isolates the front and back-end entry points, increasing the difficulty of malicious attacks.Before setting up, please remember to resolve and bind the domain name to your server, otherwise you will not be able to access the backend.

Internationalization consideration: Default language package

  • Default language package (Language)AnQiCMS provides built-in language package options, currently supporting Chinese and English.Here you can select the default language, which will affect the backend interface, system prompts, and some built-in display information.It should be noted that this setting is mainly for language display at the system level and will not automatically translate the specific content you publish, such as articles, products, or categories.If you need multilingual content support, AnQiCMS provides a more powerful multilingual function to handle it.In the template,{% system with name='Language' %}Can get the current site language code.

Flexible Expansion: Custom Settings Parameters

In addition to the built-in configuration items, AnQiCMS's "Global Settings" also allows you to add "custom setting parameters".This means you can flexibly create additional global variables according to the special requirements of the template design, such as social media links, customer service phone numbers (if not included in the contact information), and specific announcement text, etc.These custom parameters can also be called through tags in the template, greatly enhancing the flexibility and customizability of the website.

Summary

The 'Global Settings' of AnQiCMS is the nerve center of your website.In order to establish a clear brand image, ensure the correct access of website content globally, or meet various compliance requirements, these settings play a foundational role.Spend enough time to understand and configure them accurately, it will bring long-term convenience and security to your website operation.Once set up, you can focus on more exciting content creation and user interaction, allowing your website to shine in the digital world.

Frequently Asked Questions (FAQ)

Q1: Why does the website not open or images fail to load after changing the 'Website Address (BaseUrl)'?

A1:“Website address” is the base for loading all internal links and resources of the website.If the website cannot be accessed or resources fail to load after the change, it is likely that the address you entered does not match the actual domain resolution or server configuration.Please check carefully:

  1. Domain resolution:Make sure the new website address is correctly resolved to your server IP.
  2. Protocol consistency:If your website has enabled SSL (HTTPS), please make sure to fill in the "Website Address" as wellhttps://Insteadhttp://.
  3. URL format:Avoid trailing slashes or irregular characters. After changing, don't forget to clear the browser cache, as old caches may interfere with the effectiveness of the new settings.

Q2: Why is the old logo still displayed on the front page even though I uploaded a new website logo?

A2:This is usually due to browser cache or CDN cache.The website will cache some static resources (such as images) to improve loading speed.To solve this problem, you can try:

  1. Clear browser cache: Find the option to clear cache in your browser settings, clear it completely and visit again.
  2. Force refresh:Try pressingCtrl + F5(Windows) orCmd + Shift + R(Mac) Perform a force refresh.
  3. Check CDN cache:If your website uses CDN services, log in to the CDN console to refresh the cache of the corresponding resources.
  4. AnQiCMS background cache:In AnQiCMS backend, find the 'Update Cache' feature and clear the system cache.

Q3: If I want to set up a multilingual website, is it enough to just select the 'Default Language Pack' in the 'Global Settings'?

A3:It is not enough to select the 'Default Language Pack' in 'Global Settings' to achieve a true multilingual website.The default language package mainly controls the AnQiCMS backend interface, system default prompt information, and other system-level languages.To build a complete, multilingual website for users of different languages, you still need:

  1. Create a multilingual site:AnQiCMS supports multi-site management, you can create an independent site for each language.
  2. Content multilingualization:Create corresponding language versions for each site's articles, products, categories, and other content.
  3. Template support:Ensure your website template supports multilingual switching and content display, for example using AnQiCMS

Related articles

How to enable Markdown editor and display mathematical formulas and flowcharts in AnQiCMS?

As an experienced website operations expert, I know that content quality is the core of attracting and retaining users.In AnQiCMS such an efficient and flexible content management system, making full use of its various functions to enrich content expression is crucial for enhancing the professionalism and user experience of the website.Today, let's delve into a very practical advanced topic: how to enable the Markdown editor in AnQiCMS and make your mathematical formulas and flow charts beautifully displayed on the web.AnQiCMS as a corporate-level content management system based on the Go language

2025-11-07

How to add custom parameters to the contact information settings in AnQiCMS?

In the digital age, an efficient and professional website is a key bridge for communication between enterprises and users.AnQiCMS (AnQiCMS) as an enterprise-level content management system based on the Go language, deeply understands this, and not only provides powerful content management capabilities, but also considers the operator in detail.Today, let's delve into a seemingly simple yet extremely practical feature: how to add custom parameters in the contact information settings of AnQiCMS to make your website information display more flexible and meet your business needs.### Flexible Configuration

2025-11-07

How to configure Baidu and Bing link active push in AnQiCMS?

As a senior website operations expert, I am well aware that in the current fiercely competitive content ecology, how to make high-quality content faster to be discovered and indexed by search engines is the focus of every operator.Actively submitting new links to search engines is undoubtedly a key step in improving website visibility and SEO effectiveness.Today, let's delve into how to easily configure the active link push function of Baidu and Bing in the efficient AnQiCMS.

2025-11-07

How to configure the pseudo-static rules of AnQiCMS and what naming modes are supported?

As an experienced website operations expert, I know that a friendly URL structure is of great importance to the SEO performance and user experience of a website.AnQiCMS is a corporate-level content management system specially designed for content operators, and naturally provides strong and flexible support in this regard. The pseudo-static rule configuration is the core of it.Today, let's delve into the pseudo-static rules of AnQiCMS and see how it can help us build a more competitive website. ### Static URL Rewriting: Why It Matters, How AnQiCMS Handles It First

2025-11-07

How to customize navigation categories and link types in AnQiCMS's navigation settings?

## AnQiCMS Navigation Settings: Customize Your Website's Structure and User Experience In today's digital age, a website's navigation system is more than just a tool to guide users through the site; it is the 'skeleton' of the website architecture, directly affecting user experience, information retrieval efficiency, and even search engine optimization (SEO) performance. As an enterprise-level content management system developed based on the Go programming language, AnQiCMS understands the importance of the navigation system and therefore provides a highly flexible and easy-to-customize navigation setting function, aimed at helping businesses and content operators easily build a clear

2025-11-07

How to install and manage multiple sites on the same server with AnQiCMS?

## AnQiCMS: Easily manage multiple sites on the same server and implement your brand matrix management As an experienced website operations expert, I know that in today's digital age, many companies and content creators may have multiple brands, product lines, or regional sites. How to efficiently and economically manage these content platforms is often a headache.The traditional method may mean deploying a separate system for each site, which consumes a lot of server resources and operation and maintenance efforts.

2025-11-07

How to deploy AnQiCMS Docker installation tutorial through 1Panel/aaPanel/Baota panel?

As an experienced website operations expert, I fully understand the importance of an efficient, secure, and easy-to-manage content system for a company.AnQiCMS (AnQiCMS) boasts a high-performance architecture based on the Go language, providing an excellent content management experience while also winning the favor of many users with its flexible deployment methods.

2025-11-07

How to use `if` and `for` tags for logical judgment and loop traversal in AnQiCMS templates?

As an experienced website operations expert, I am well aware of the importance of a flexible and powerful template system for content management.AnQiCMS leverages its high-performance architecture based on the Go language and support for Django template engine syntax, providing us with great convenience.It is not just a tool for publishing content, but also a powerful tool for us to achieve personalized content display and improve user experience.

2025-11-07