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.