How to add and manage Tag tags in the AnQiCMS document?

Calendar 👁️ 54

As an experienced security CMS website operation personnel, I know the importance of tags in content management and website optimization.Labels are not only an effective tool for organizing content, but also a bridge that connects users with relevant information, playing an indispensable role in enhancing user experience and search engine visibility.Next, I will elaborate on how to add and manage Tag tags in AnQiCMS, and how to flexibly use them on the website front-end.

Understand Tag tags in AnQi CMS

The Tag label function of AnQi CMS is designed specifically for content (such as articles and products), aiming to provide another way of content association besides traditional classification.You can consider tags as 'topics' that categorize content around specific themes or keywords.The uniqueness of tags lies in their not being confined to specific categories or content models, which means that the same tag can be applied to content of different categories and even different models, greatly enhancing the cross-referencing ability of content.

Add and apply tags in the content

Adding tags to articles or products in AnQiCMS is a straightforward and efficient process. When you create or edit documents in the backend, you will see the 'Tag label' input box.

In the input box, you can directly enter a new tag. After you enter a tag name, press the Enter key, and it will automatically be converted into an independent tag.If you want to add multiple tags, just repeat this process.The system also supports selecting tags from existing tag libraries, which ensures consistency and standardization of tags, avoiding the creation of duplicate or similar tags.

This flexible way of adding tags allows operators to immediately link new content to related topics or keywords that already exist on the website, which is crucial for building a rich content network.

Manage your document tags

AnQiCMS provides a centralized label management interface, you can access it through the "Document Tags" feature under "Content Management".Here, you can view, add, edit, and delete all tags on the website comprehensively.

Each tag has multiple configurable properties to maximize its value in website operations:

  • Tag NameThis is the text displayed on the front-end page for the label, it should be concise and clear, accurately reflecting the theme represented by the label.
  • Index letterTo specify an A-Z index letter for a tag, it helps to classify it when sorting in a tag cloud or tag list.
  • Custom URLTo optimize search engine performance, you can set a custom static URL for each tag.This URL must be unique across the entire site and can only contain letters, numbers, and underscores, avoid using spaces.A friendly URL structure is crucial for SEO.
  • SEO title: You can set a separate SEO title for the tab page, which will display in the browser title bar and help search engines understand the core theme of the tab page.
  • Tab keywords: Enter the main keywords related to the label content, separated by English commas. This helps search engines better index the label page.
  • Tab description: The label introduction will serve as the description information for the label page (usually corresponding to the Meta Description tag), providing a brief overview of the label content for search engines and users.
  • Label content: You can add a detailed descriptive content for the tag page, which will be very useful for displaying on the front end and enriching the information of the tag page.

By managing these tag attributes meticulously, operators can ensure that each tag can effectively organize content and achieve good display and ranking in search engines.

Display and utilize labels on the front end

The AnQiCMS template tag system provides powerful functions, allowing you to flexibly display and utilize tags on the website front-end. It mainly involves three core template tags:

  • tagListDocument Tag List LabelThis tag is used to retrieve the tag list related to a specific document or the entire website.You can display all the tags of the article on the article detail page, as well as display popular tags in the sidebar or footer.For example, through{% tagList tags with itemId=item.Id limit="10" %}You can get 10 related tags of the current document and then loop through them{% for item in tags %}<a href="{{item.Link}}">{{item.Title}}</a>{% endfor %}Show them. This display method not only enhances the discoverability of the content, but also makes it convenient for users to navigate to other related content through tags.
  • tagDetailTag Details LabelThis tag is used to get detailed information about a specific tag, such as the title, description, and custom URL.It is usually used on the label detail page to display the metadata of the label itself, or to call the detailed content of a specific label on other pages. For example,{% tagDetail with name="Title" id="1" %}You can get the title of the tag with ID 1.
  • tagDataListTag Document List LabelAfter a user clicks on a tag, they usually want to see a list of all the content marked with that tag.tagDataListThe tag is born for this, it retrieves all related documents based on the specified Tag ID. Through{% tagDataList archives with tagId="1" type="page" limit="10" %}You can retrieve all documents with Tag ID 1 and support pagination.This provides users with an effective way to delve into content by topic, embodying the core value of the tag function.

The optimization value of the tag

The Tag feature of AnQi CMS is not just simple content organization, it also has important optimization value for many aspects of website operation:

Firstly, the tag enhancesDiscoverability of content. By adding multiple related tags to the content, you can connect it from different dimensions, making it easier for users to find the information they are interested in, thereby extending the time users stay on the website.

Secondly, the labels matchSearch Engine Optimization (SEO)Playing a key role. Each tag page may become a potential keyword landing page, and by setting independent SEO titles, keywords, and descriptions for tags, it can increase the website's inclusion and ranking opportunities in search engines.The custom URL structure also further enhances the SEO-friendliness of the tab page.

Lastly, the labels enhanceUser ExperienceAn effective means. A clear labeling system helps users quickly understand the content structure and thematic distribution of the website.Users can filter and browse content quickly by clicking on tags according to their interests and preferences, making navigation more personalized and efficient.

By carefully planning and managing your Tag tags, Anqi CMS can help you build a website that is rich in content, well-structured, and friendly to search engines.


Frequently Asked Questions (FAQ)

Ask: How many Tag tags can I add in a document?Answer: Anqi CMS allows you to add multiple Tag tags to a single document, but to maintain the focus of the content and the effectiveness of the tags, we recommend that you add 3 to 5 tags that best represent the core theme of each document.Too many tags may dilute the weight of each tag and may lead to confusion in tag management.

Ask: What is the difference between Tag tags and categories, and how should I choose to use them?Answer: Category (Category) is usually used for hierarchical content organization, with stronger parent-child relationships, and is the backbone of the website content.And the Tag label focuses more on the horizontal connection of content, not emphasizing the hierarchy, more like the 'keywords' or 'topics' of the content, which can be associated across categories.When used in selection, categories are used to define the macro structure of content, while tags are used for micro-refinement and multi-dimensional association.For example, an article belongs to the "news" category, but can also be tagged with "technology", "new product", "market analysis", and so on.

Ask: Will changing the name or URL of the Tag tag affect the existing content links?Answer: If you change the name of the Tag label or the custom URL, the existing tag page links (if your pseudo-static rules use the label name or URL alias) may become invalid, resulting in a 404 error when users visit.To avoid this situation, it is strongly recommended that you use the built-in 301 redirect function of the Anqi CMS after modifying the URL of the Tag tag to redirect the old tag URL to the new URL to maintain the validity and SEO weight of the link.For modifying the label name, if your pseudo-static rules do not depend on the label name, the impact is smaller.

Related articles

How does AnQiCMS implement the scheduled publishing function of documents?

As an experienced website operator proficient in AnQiCMS, I fully understand the importance of content strategy and publishing efficiency for attracting and retaining users.In AnQiCMS, efficient content management cannot do without the support of its core functions, and the timed publication function of documents is a key link in improving the level of operation automation.This feature liberates content creators from tedious manual publishing, ensuring that content reaches the target audience at the most appropriate time.The scheduling release function of AnQiCMS, its core lies in allowing content creators to preset the release time of the content.

2025-11-06

What impact does AnQiCMS custom URL have on the static rules of documents?

As an experienced website operator who deeply understands the operation of AnQiCMS, I know that the URL structure has a crucial impact on the SEO performance and user experience of the website.The combination of the Custom URL feature provided by Anqi CMS and the pseudo-static rules is the powerful tool that allows us to refine our website operations and enhance the value of our content.Now, I will elaborate on how the custom URL of Anqi CMS affects its document pseudo-static rules.

2025-11-06

How to set or automatically extract thumbnails for documents in AnQiCMS?

As an experienced CMS website operation person in the security industry, I know the key role of thumbnails in content display and user experience.A meticulously set or automatically generated thumbnail, which not only effectively attracts readers' attention and increases click-through rate, but also helps with search engine optimization, making your content stand out among numerous pieces of information.AnQi CMS provides flexible and powerful thumbnail management functions, whether it is manual selection or intelligent extraction and unified processing, it can meet your needs for efficient operation.

2025-11-06

What is the relationship between AnQiCMS documents and categories, and content models?

AnQiCMS is an enterprise-level CMS system dedicated to providing an efficient, customizable, and scalable content management solution.The core advantage lies in the exquisite process of content creation, editing, publishing, and optimization, which helps website operators effectively attract and retain users.The implementation of this ability is inseparable from the close and flexible association between the 'Document', 'Category', and 'Content Model' in AnQiCMS.Understanding the collaborative working mechanism among them is the key to efficiently operate AnQiCMS for content management.

2025-11-06

How to set the SEO title, keywords, and description of the AnQiCMS document?

As a senior CMS website operations person in an enterprise, I know the importance of search engine optimization (SEO) for the successful operation of a website.The Anqi CMS was designed with SEO-friendliness in mind from the outset, incorporating a rich set of features to help operators efficiently set up and optimize the SEO performance of their websites.Today, I will elaborate in detail on how to set SEO titles, keywords, and descriptions in AnQiCMS based on the official documentation, as well as related URL optimization strategies.

2025-11-06

What is the AnQiCMS document's canonical URL and when should it be used?

As a professional focused on content operations, we are well aware that every detail in search engine optimization (SEO) strategy can affect the visibility and traffic of a website.In the process of content creation and publishing, dealing with duplicate content is a common challenge.The canonical URL is one of the core tools to solve this problem, it can clearly tell search engines which page is the preferred version of the content, thus avoiding potential duplicate content penalties and concentrating the SEO weight of the page.

2025-11-06

How to specify a unique display template for a single document in AnQiCMS?

As an experienced CMS website operation personnel of an enterprise, I know the importance of high-quality content for attracting and retaining users, and flexible content display is the key to achieving this goal.AnQiCMS provides many conveniences in content management, especially in specifying unique display templates for individual documents, it gives operators great freedom, allowing them to achieve fine-grained content presentation according to different content types and marketing strategies.

2025-11-06

How to add custom fields of AnQiCMS content model to the document editing page?

As a deep user of Anqie CMS website operator, I know that the flexibility of the content model is one of its core advantages.The AnQi CMS not only provides an efficient content management framework, but also allows us to easily expand and customize the content structure according to specific business needs, thus realizing personalized content input and management on the document editing page.

2025-11-06