How to modify and display the overall name and page title of the AnQiCMS website?

Calendar 👁️ 71

In website operation, the overall name of the website and the titles of each page are an important part of the brand image and search engine optimization.They are not only the first impression of visitors to the website, but also a key factor for search engines to understand the content and ranking of the website.AnQiCMS is a content management and SEO design system designed specifically to provide flexible and powerful features, helping us easily manage and optimize these core elements.

Considerations for setting the overall website name

Firstly, we need to establish the overall name of the website, which usually represents our brand or company name. In AnQiCMS, you will find that this setting is very intuitive.

To modify or display the overall website name, you can go to the admin interface, find it in the left navigation bar,Backend settingsthen click onGlobal feature settings. Here, you will see a name calledWebsite NameThe input box.Enter the website name you wish here, for example "AnQi CMS Official Website" or your company brand name, after saving, this name will be displayed in multiple default positions on the website (such as the suffix of the page title, footer copyright information, etc.).

It's also very simple to reference this website name in the template, we can use{% system with name="SiteName" %}this built-in tag. For example, when displaying copyright information in the footer, you can combine it like this:©{% now "2006" %} {% system with name="SiteName" %}. All Rights Reserved.It will dynamically display the current year and the website name you set.

Optimization and display of the home page title

The website's home page title (Title Tag) is crucial, as it directly affects the chance of visitors finding us through search engines.AnQiCMS provides a dedicated area to manage the title, keywords, and description (TDK) of the homepage.

To set the title of the home page, please navigate to the background of the “Backend settings” and click “Home TDK settings.”Here, you will find “Home titleField. We recommend filling in a title here that accurately summarizes the core business and brand information of the website, while incorporating main keywords to enhance search engine visibility.

Display the home page title in the template, which is often used{% tdk with name="Title" %}This label.This label is very smart, it will automatically read the title you configured in the background "Home TDK settings".siteName=trueproperties such as{% tdk with name="Title" siteName=true %}. This way, the title of your homepage may be 'Enterprise-level Content Management System - AnQi CMS Official Website', rather than just 'Enterprise-level Content Management System'.

Content page fine-grained title control

In addition to the overall website name and homepage title, AnQiCMS also allows us to optimize the titles of different types of content pages in detail, which is crucial for improving the SEO performance of each content page.

  1. Article and product detail page:When you are in the background "Content Management" and publish or edit documents (such as articles, products) you will find that there are two related title fields: "Document titleAndSEO title.

    • "Document titleIt is usually the main title (H1) of the page content, facing the visitor.
    • "SEO titleIt is specifically set for search engines.<title>Label content.If not filled in, the system will default to using "Document Title".It is recommended to write an independent SEO title for each page, including the core keywords of the page, and with moderate length, in order to achieve better search rankings and click-through rates.{% archiveDetail with name="Title" %}To display the document title (H1), while the page<title>Continue using the tag{% tdk with name="Title" %}. AnQiCMS will automatically use the "SEO title" you set separately on the document detail page as<title>the content of the tag.
  2. Category list page:In theContent Management"under the "Document CategoryIn the ”function, when you edit any category, you can also set “Category NameAndSEO titleThe category name is the name that visitors see on the website, while the SEO title is used for the category list page of<title>tags. In the template, use{% categoryDetail with name="Title" %}to get the category name, page<title>Tags are used in the same way{% tdk with name="Title" %}.

  3. Single page:For independent single pages like “About Us”, “Contact Us”, you can in the “Page Resources"under the "Page ManagementEdit within quotes. Here isPage NameAndSEO titleAvailable for you to set. In the template,{% pageDetail with name="Title" %}The page name will be displayed, while{% tdk with name="Title" %}It will intelligently use the single-page SEO title you set.

  4. Tab Page:In theContent Management"under the "Document TagIn the function, each tag can also be set to:Tag NameAndSEO title.{% tagDetail with name="Title" %}It will display the label name while{% tdk with name="Title" %}It will generate the page based on its SEO title<title>.

Flexible display and advanced features of the title

AnQiCMS'tdkTags provide great flexibility in templates, allowing us to adjust the display of the title according to our needs.

  • Separator settings:By default, the title will use-As a separator. But you can customizesepproperties, for example{% tdk with name="Title" sep="_" %}, the title will become页面标题_网站名称.
  • Parent title display:For the category page, if you want the page title to include the name of the parent category, you can useshowParent=truesuch as{% tdk with name="Title" showParent=true %}.
  • Dynamic content reference:AnQiCMS's template system (based on Django template engine syntax) supports passing through{{变量}}Syntax directly refers to various data.This means that you can not only set the title through the background, but also dynamically combine a richer title based on the specific content of the page.tdkTags will automatically integrate them for you.

Multi-site and multilingual title management

If you use the "Multi-site Management" feature of AnQiCMS to create multiple sites or enable "Multi-language Support", then all the settings related to the site name and page title above will take effect for each independent site or language version.This means that each sub-site or each language version can have its own unique website name and a complete set of page title TDK, thereby better meeting the needs of different target markets and user groups.

Through the functions provided by AnQiCMS, you can not only easily manage the brand identity of your website, but also ensure that each page can achieve excellent display effects in search engines through refined title optimization strategies, thus enhancing the overall competitiveness of the website.


Frequently Asked Questions (FAQ)

Q1: Why did I change the website name in the background, but some page titles did not update completely?A1: The website name mainly affects the global settings and the default suffix of the page title. If a specific page (such as an article detail page, category list page, or single page) has an independent "SEO title" set in the background, then the page's<title>The tag will display its independent SEO title first

Related articles

How to set up AnQi CMS article or product list according to specified conditions

When using AnQi CMS to manage website content, efficiently displaying articles or product lists is the key to improving user experience and website functionality.AnQi CMS provides flexible and powerful template tags, allowing us to accurately control the output of content based on various specified conditions.Whether it is to display the latest articles by category or to filter products by specific attributes, Anqi CMS can help us easily achieve this.### Flexible content handling: Document list tag `archiveList` The core content display capability of Anqi CMS mainly relies on `archiveList`

2025-11-09

How to implement adaptive display of AnQi CMS content on different devices (PC, mobile)?

In today's parallel internet environment with multiple devices, ensuring that website content displays well on different screen sizes is crucial for improving user experience and website professionalism.AnQiCMS (AnQiCMS) fully considers this need, providing a variety of flexible strategies to help users easily achieve adaptive display of content on PC and mobile terminals.One of the core design philosophies of AnQi CMS is to support diverse content display, therefore it is built with three main website modes to meet the challenges of multi-device display: **Adaptive Mode**

2025-11-09

How to optimize URL display and SEO through the pseudo-static feature of AnQi CMS?

In website operation, the structure of the URL (Uniform Resource Locator) not only affects user experience but is also a key element that cannot be ignored in Search Engine Optimization (SEO).A clear, meaningful URL address makes it easier for users to understand the page content, and also helps search engines better crawl and index the website, thereby improving the visibility and ranking of the website.AnQiCMS (AnQiCMS) understands this, and its pseudo-static feature has become a powerful tool for optimizing URL display and SEO. ### One, Static Simulation and SEO: Why Are They So Important?

2025-11-09

How to configure and switch the multilingual content display on the Anqi CMS website?

Today, in an era of increasing globalization, it is an important step to enable your website content to be presented in multiple languages, to expand the market and serve users in different regions.AnQiCMS (AnQiCMS) is an efficient and flexible content management system that fully considers this need and provides a variety of solutions to help you easily configure and switch between multilingual content.Next, we will explore how to effectively manage and display multilingual content in Anqi CMS.### The multilingual concept of AnQi CMS: Distinction between system and content In AnQi CMS, multilingual support is mainly reflected in two levels

2025-11-09

How to customize the AnQiCMS website logo so that it displays correctly on the front page?

AnQi CMS provides a set of intuitive and powerful website management functions, among which customizing the website logo is a crucial link in the construction of the brand image.A clear and professional logo can not only enhance the recognition of the website but also leave visitors with a deep first impression.In AnQiCMS, replacing and managing the website logo is a simple and clear process, and ensures that it is displayed correctly on your website's front-end page.### Core Function and Location: Website Logo Settings Entry Customize the website logo in AnQiCMS

2025-11-09

How to configure the mobile end website address of Anqi CMS to ensure that the content is displayed adaptively on mobile phones?

In today's mobile internet era, the display effect of websites on mobile phones is directly related to user experience and content dissemination efficiency.For users of AnQiCMS, ensuring that content is presented elegantly on various mobile devices is an indispensable aspect of content operation.AnQi CMS provides flexible configuration options and template mechanisms to help you easily achieve this goal.### Overview of AnQi CMS Mobile Adaptation Strategy From the beginning of its design, AnQi CMS has considered the need for multi-terminal access and therefore provides three main website modes to adapt to mobile display

2025-11-09

How to set the copyright information and filing number of the website in AnQiCMS and display them uniformly in the footer?

In website operation, the copyright information and filing number at the bottom (footer) of the website are not only a reflection of the professionalism of the website, but also an important part of legal compliance.For websites built with AnQiCMS, setting and displaying these information uniformly is a simple and direct process.This guide will help you easily complete these configurations in AnQiCMS, making your website look more professional and credible.### Step 1: Set copyright information and record number in AnQiCMS backend AnQiCMS provides a centralized management interface

2025-11-09

How to adjust the default language package of AnQiCMS website to adapt to different user interface display text?

In daily operations, you may wish to have the AnQiCMS website's backend management interface, system messages, or some built-in display text presented in different languages to better adapt to the working habits of team members or specific operational needs.AnQi CMS fully considers the needs of global operation and provides a convenient and quick way to adjust the default language package of the website.This feature not only makes your background operation smoother, but also lays a foundation for multilingual promotion. Adjust the AnQiCMS website's default language package, it is very intuitive.

2025-11-09