How does Anqi CMS handle a navigation link that is both an internal link and a category link?

Calendar 👁️ 52

In the operation practice of Anqi CMS websites, the setting of navigation links is a key factor in user experience and search engine optimization.When discussing a navigation link that is both an embedded link and a category link, this actually touches on the core principles of the Anqi CMS navigation system design: clear, single configuration logic.The design philosophy of AnQi CMS is to ensure that every navigation item's function and direction are clear and accurate.

Understand the navigation link types of AnQi CMS

AnQi CMS provides three main types of navigation link options for website operators to choose from, to meet the different needs of website structure and content organization.These types are built-in links, category page links, and external links.When configuring each specific navigation item, the system will require you to select one as the main type of the link.This means that at the configuration level of a navigation link, it is impossible to have both 'Built-in link' and 'Category page link' properties at the same time.

Built-in links usually point to specific function pages or entry points of content models set by the system, such as "home link", "article model home page", or "product model home page".These links' paths and behaviors are relatively fixed, generated and maintained by the internal logic of the Anqi CMS system.Their advantage lies in the ease of setup, allowing quick access to the overview page of the core content module.

The category page link allows you to precisely associate navigation items with a specific content category or independent page.When you select this type of link, the system will refer to the actual URL, title, and other information of the category or page.This method provides great flexibility because the URL structure, template style, TDK settings, and other categories and independent page management can all be finely managed in the background.

How does AnQi CMS handle the scenario where it is both built-in and a category

When an operator is conceptualizing the navigation structure, it may arise such a requirement: for example, a 'News Center' navigation item, which can be understood as an 'article model home page' kind of built-in link (displaying a list of all articles), or as a link pointing to a category page named 'News' (displaying all articles under the 'News' category).In this seemingly overlapping situation, the handling method of Anqi CMS is to require you to make a clear choice.

If you configure the "News Center" as the "Article Model Home Page" built-in link, then Anqi CMS will treat it as a system-level entry.Its URL will follow the pseudo-static rules defined by the system for the article model homepage, and the content display will be controlled by the common list template of the article model.

On the contrary, if you choose to configure the "News Center" to point to a specific "News" category page, then the Anqi CMS will take the properties of that category as standard. The navigation link will use the URL set for the "News" category (including the custom URL), and the content display will adopt the template specified by the category (such asarticle/list-{分类ID}.htmlOr custom template). This way, you can make independent and more detailed settings for the SEO title, keywords, description, and Banner images of the "News" category page.

From a technical implementation perspective, Anqi CMS determines its routing and data acquisition logic when handling navigation requests based on the configured 'link type' of the navigation items.It does not attempt to judge whether a link meets both types at the same time, but strictly follows the selection you made in the background.

Operation strategy selection and influence

This single configuration strategy provides a clear management interface for website operators, avoiding potential confusion and conflict. The key is to make a choice based on your core needs and management focus:

  1. Select built-in linkIf your "news center" only needs to provide a general and systematic article list entry, and does not require additional category level SEO optimization or personalized template customization, then choosing the "article model homepage" as an embedded link will be more convenient and efficient.

  2. Select Category Page LinkIf you wish to optimize the 'News Center' for independent SEO (for example, setting specific TDK, different from the article model homepage), or need to specify a unique page layout and content display (for example, with a special category Banner), then configuring it to point to the 'News' category page will be a better choice, as it provides more customization space.

In actual operation, we, as content creators and publishers, always pursue accurate content communication and efficient management.The navigation design of AnQi CMS is precisely to help us achieve this, through clear choices, ensuring that each navigation link serves its core function and expected effect, thereby optimizing the user experience and improving the overall performance of the website.


Frequently Asked Questions (FAQ)

1. Can I set a navigation link to both 'Internal Link' and 'Category Page Link' in AnQi CMS?

Answer: No. The Anqi CMS navigation system requires you to select a single link type for each navigation item.When creating or editing a navigation link, you must make a clear choice among the three options of "built-in link", "category page link", and "external link". A navigation item cannot have two link types at the same time.

2. I want the 'Product Display' navigation to link to the list page of all products, and I also have a category named 'All Products'.Which link type should I choose to configure this navigation?

Answer: It depends on your management needs and expectations for flexibility on this page.

  • If you only need a default product list page from the system and do not intend to make too many customizations, choose "Product Model Homepage" asBuilt-in linkIt will be more direct.
  • If you want to perform independent SEO optimization for the "All Products" page (for example, custom TDK), or need to apply specific category templates, Banner images, etc., then choose to link it to your "All Products"Category pageWill provide greater control and customization space.

3. What are the differences in the internal processing mechanism of the navigation items configured as 'Built-in Link' and 'Category Page Link'?

Answer: Although all end users may see a content list, the internal processing mechanism of Anqi CMS is different.When configured as "Built-in Link", the system will call the predefined universal route and template to render the homepage of the content model.When configured as a "category page link", the system will call the unique routing rules and associated template files (including any custom templates) of the selected category based on its ID or alias, and load the specific data of that category.This difference is reflected in the priority of URL generation, SEO metadata application, and page template loading.

Related articles

How to add SEO-friendly description information to navigation links in the Anqi CMS backend?

Add SEO-friendly description information for navigation links in AnQi CMS backend In website operations, navigation is not only the path for users to explore website content, but also an important clue for search engines to understand the structure and content themes of the website.A clear, meaningful, and SEO-friendly navigation system that can significantly improve user experience and website performance in search engines.AnQi CMS understands this and provides an intuitive function, allowing operators to easily add SEO value description information to navigation links.

2025-11-06

Does the 'Display Order' field in the Anqi CMS navigation settings support negative numbers?

As an experienced CMS website operation person in an enterprise security company, I am well aware that every detail in content publishing and management is crucial to the user experience and operational efficiency of the website.Regarding the question you raised about whether the 'display order' field supports negative numbers, we can look for clues in the official documents of AnQi CMS and analyze it in combination with actual operational experience.### Does the 'Display Order' field in the Anqi CMS navigation settings support negative numbers?In AnQi CMS, 'Display Order' is a key sorting control field that applies to multiple content types, including website navigation

2025-11-06

What is the specific restriction mentioned in `help-setting-nav.md` regarding the maximum of 2-level navigation links?

As a professional who deeply understands the operation of Anqi CMS, I am well aware of the importance of a clear navigation structure for user experience and the overall efficiency of the website.About the limit of "up to 2-level navigation links" mentioned in the `help-setting-nav.md` document, this is indeed a core consideration in the design of the navigation function in Anqi CMS, aiming to balance the practicality and simplicity of the system.### The "Most 2 Levels" Limitation Parsing of AnQi CMS Navigation In the navigation settings of AnQi CMS

2025-11-06

How the example code in the `tag-navList.md` document helps developers understand the implementation of multi-level navigation?

As an expert deeply involved in the operation of Anqi CMS websites, I know that a highly efficient and flexible navigation system is crucial for the user experience of the website and Search Engine Optimization (SEO).Strong support is provided by AnQiCMS in navigation management, especially its `navList` template tag, which provides a clear and powerful tool for developers to understand and implement multi-level navigation.

2025-11-06

In the Anqi CMS navigation settings, will the sub-navigation automatically hide if it has no content?

In the daily operation of AnQiCMS, navigation settings are a key component of website structure and user experience.Many operators are concerned about a practical issue: Will the sub-navigation automatically hide if there is no content?As a website operator who deeply understands the operation mechanism of AnQiCMS, I can thoroughly answer this question.The Anqi CMS navigation management system provides a flexible mechanism that allows us to define the website's menu structure, including the main navigation, sub-navigation, and other levels.In the "Website Navigation Settings" in the background

2025-11-06

How does the 'common usage examples' of `tag-navList.md` guide the design of complex navigation structures?

As an expert in the operation of AnQiCMS, I know that a highly efficient, intuitive, and flexible navigation system is crucial for the success of a website.It is not only a map for users to explore the content of the website, but also a key for search engines to crawl and understand the structure of the website.AnQiCMS through its powerful template tag system, especially the navigation list tag described in `tag-navList.md`, provides a solid foundation and clear guidance for us to design and implement complex and diverse navigation structures.

2025-11-06

How to ensure that the navigation settings of AnQi CMS display consistently on mobile and PC endpoints?

Ensure the consistency of the CMS navigation display effect between mobile and PC terminalsAnQiCMS provides a flexible template system and content management mechanism, which can fully realize the consistency of navigation display effects on mobile and PC terminals through reasonable configuration and application of front-end technology.

2025-11-06

Does the Anqi CMS navigation configuration support linking to external CDN resources?

As an experienced CMS website operation person of an enterprise, I fully understand your attention to the details of the system functions, especially in the context of the increasingly important website performance optimization and resource management in today's era.Regarding the question of whether AnQi CMS navigation configuration supports linking to external CDN resources, I will elaborate on it in detail.One of the design philosophies of Anqi CMS is to provide an efficient, customizable, and easily expandable content management solution, which naturally also includes flexible support for external resource links.

2025-11-06