Can the separator between the website name and page title in AnQi CMS's Title tag be changed?

Calendar 👁️ 64

In the many details of website operation, the importance of the Title tag is self-evident.It is not only the first impression that users have on the search engine results page (SERP), but also a key factor for search engines to understand the page theme and ranking.For the composition of the Title tag, we often see the format of "Page Title - Website Name", and the symbol that connects the page title and the website name, also known as the separator, seems trivial, but it actually carries multiple considerations such as brand recognition, readability, and SEO optimization.Can the separator between the website name and page title in the Title tag be flexibly modified when using AnQiCMS (AnQiCMS) to build and manage websites?The answer is affirmative.

AnQi CMS is a system focused on providing an efficient and customizable content management solution, fully understanding the importance of SEO optimization, and therefore giving operators full autonomy in setting the Title tag.Whether it is a global TDK configuration or a fine-grained SEO title setting for specific pages, categories, or documents, Anqi CMS provides the corresponding mechanisms to easily adjust the display of Title tags, of course, including separators.

An in-depth analysis of the modification of the Title tag separator

In Anqi CMS, the generation of the Title tag mainly relies on the template leveltdkThe powerful tag provides many options for customizing page titles, including the modification of separators.

In most cases, a page's Title tag consists of the three parts: 'Page Title', 'Separator', and 'Website Name'.The AnQi CMS defaults to using a hyphen "-" as a separator.But if your brand habits, industry conventions, or SEO strategy require the use of other symbols, such as underscores "_", vertical bars "|", commas ",", or even spaces, Anqi CMS can meet all these requirements.

This is mainly throughtdklabel'ssepThe (separator) attribute is used to implement. When you use it in the template filetdkYou can add it to generate the page Title with the tagsepSpecify the required delimiter. For example, if you want to change the delimiter from the default dash to a vertical line, you can write it in the template like this:

<title>{% tdk with name="Title" sep="|" siteName=true %}</title>

In this code block,name="Title"指定了我们正在操作的是Title标签。sep="1"则明确指示系统使用竖线作为页面标题与网站名称之间的连接符号。而siteName=trueIt indicates that the website name will be appended to the end of the Title tag, which is a common and recommended practice in SEO, helping to promote the brand. If you do not need to display the website name, you cansiteNameis set tofalse.

In addition, Anqi CMS also considers the optimization needs of multi-level content (such as category pages) for Title.tdklabel'sshowParentThe attribute allows us to include the parent category title in the Title, which is very helpful for building a clear website hierarchy and improving user experience.For example, on a subcategory page, you may want the Title to display as "Subcategory Title - Parent Category Title - Website Name", by using these properties, Anqi CMS can flexibly generate a Title that meets your expectations.

In actual operation, we can not only set these rules globally at the template level, but AnQi CMS also provides more detailed control.In the background "Content Management" module, whether adding or editing "Document", "Document Category", or "Single Page", you will find the "SEO Title" field in the "Other Parameters".This field allows you to customize the main part of the Title for a single page, that is, "Page Title".After you fill in the content here, the system will prioritize using the title set here.Combine the template intdkThe tag separator setting can realize flexible and varied Title tags that comply with SEO standards.This means that you can set a uniform delimiter rule for most pages, while also being able to customize for a few special pages.

SEO optimization strategy and delimiter selection

The choice of delimiter is not arbitrary. Different delimiters have subtle differences in visual appearance and search engine understanding:

  • Hyphen (-)This is the most common and safest choice, widely accepted and semantically clear.
  • Underscore (_)It can also be used in some cases, but it is not as universally applicable as the hyphen, which may slightly reduce readability.
  • pipe (|)Has a strong visual separation sense, often used for strong distinction between brand names and page titles.
  • comma (,): Used less to separate the main title and the website name, may be more suitable for internal keyword separation.
  • spaces: Weak separation effect, may result in insufficient continuity of the title.

As operators, we should choose the appropriate separators based on the overall design style of the website, the reading habits of the target audience, and the **practice of SEO.Clear, concise, and easily understandable separators help to increase user click-through rates and also help search engines better identify the core content of the page.This flexibility of AnQi CMS is one of its major advantages in SEO optimization.By reasonably utilizing these features, you can build a beautiful and efficient website Title system, laying a solid foundation for the growth of website traffic and ranking.


Frequently Asked Questions (FAQ)

Q1: Can the display order of the website name and page title in the Title tag be adjusted?A1: Anqi CMS'tdkThe label generates the title with the default concatenation logic of 'Page title + separator + website name'.The document does not provide parameters directly to adjust the display order of the website name and page title.However, you can achieve custom order by flexibly using the "SEO Title" field: When editing documents, categories, or single pages, manually add the "website name" you want to display to the beginning or middle of the "SEO Title" field, thentdkin the labelsiteNameset the attribute tofalseSo the Title tag will completely use the content you defined in the "SEO Title".

Q2: Where does the website name of AnQi CMS come from and display in the Title tag?A2: The website name of AnQi CMS is mainly obtained from the "Background Settings" -> "Global Settings" configured in the "Website Name" field in the background. When you use it in the template,tdktags and setsiteName=trueWhen the system will read the website name from the global settings and attach it to the end of the Title tag.

Q3: Can I set a completely custom Title for a specific page (such as the 'Contact Us' page) without being affected by the website name or separator?A3: Yes, absolutely. In the Anqi CMS backend, when you edit any document, category, or single page, you can find a field named 'SEO Title' in its 'Other Parameters' section.In this field, you can enter any complete Title content you want (including your custom separators and website name).After filling in this field, the Title tag of the page will prioritize using the content you set here, andtdklabel'ssepandsiteNameThe property will no longer take effect on this page (or you can alsositeNametofalseavoid repetition).

Related articles

How to dynamically call the website name suffix in the page Title tag of AnQi CMS?

As an experienced website operations expert, I know that every detail is crucial for the visibility and brand building of a website, and the page title (Title) is undoubtedly one of the most eye-catching elements.A well-constructed page title that not only attracts users to click but also effectively improves search engine rankings.In AnQiCMS (AnQiCMS) such an efficient and customizable content management system, dynamically calling the website name suffix in the page Title tag is the core strategy for achieving brand consistency and SEO optimization.###

2025-11-07

What is the **length** of the Description tag in the TDK settings of Anqi CMS?

As an expert deeply familiar with website operations, I know that every detail plays a crucial role in Search Engine Optimization (SEO).Among many optimization elements, the TDK (Title, Description, Keywords) settings are undoubtedly the first impression that a website gives to search engines and users.AnQiCMS (AnQiCMS) offers very powerful and flexible TDK management functions, allowing operators to finely control this key information.

2025-11-07

How should the keywords of the TDK tags be reasonably laid out in Anqie CMS?

## TDK Tag Keyword Layout in AnQi CMS: Deep Analysis and Practical Guide As an experienced website operation expert, I know that TDK (Title, Description, Keywords) tags are crucial for a website's performance in search engines.They act like a website's "business card," directly affecting the search engine's understanding of the page content topic, as well as the user's willingness to click on the search results page (SERP).

2025-11-07

How to prevent the automatically generated titles in Anqie CMS from being too long and affecting SEO?

On the battlefield of digital marketing, a good website title is like a gold signboard, it is not only the first impression of the content, but also an important basis for search engines to recognize and rank pages.However, many website operators often encounter a headache-inducing problem: the titles automatically generated by the CMS system are too long, which not only gets cut off in the search results, affecting user clicks, but may also dilute the keyword weight, thereby damaging the SEO effect.

2025-11-07

How to display the parent category title in the Title tag of Anqi CMS?

## Optimize SEO and User Experience: Anqi CMS helps you easily display parent category titles in the Title As an experienced website operations expert, I deeply understand the core position of the `<title>` tag in website SEO and user experience.A well-crafted title that not only helps search engines better understand page content and improve keyword rankings, but also provides clear navigation for users browsing the search results page and attracts clicks.How to cleverly integrate the parent category title into the page's `<title>` tag in a multi-level content structure

2025-11-07

Does the TDK tag of AnQi CMS support multilingual settings?

## Multilingual TDK settings of Anqi CMS: The Tool for Global SEO In today's digital world, a website is not just a window for displaying information, but also a bridge for enterprises to expand their markets and connect with global users.For companies aiming to go international, how to enable users of different languages to find and understand their content through search engines has become a major challenge in operations.

2025-11-07

When not manually set, will the Description tag content of AnQi CMS be automatically extracted?

## The 'Description' tag of AnQi CMS: is it intelligent extraction or all manual?In-depth analysis of SEO optimization In today's highly competitive online environment, a high-quality website not only needs engaging content but also requires exquisite SEO strategies to stand out in the vast sea of search engines.

2025-11-07

How does the pseudo-static rule of AnQi CMS affect the SEO effect of the TDK tags?

As an experienced website operations expert, I know that every link in the SEO chessboard is crucial.AnQiCMS (AnQiCMS) has provided us with many powerful tools with its friendly design for SEO.Today, let's delve deeply into a core issue: How does Anqi CMS's pseudo-static rules empower TDK tags to jointly enhance the SEO performance of a website?

2025-11-07