In website operation, the management of external links is an important task, which not only concerns user experience, but also has a direct impact on search engine optimization (SEO). Among them,nofollowThe application of properties can help website administrators control link weight transmission more accurately, avoiding unnecessary risks. For users of AnQiCMS, understanding how the system handles external links in documents and whether they are automatically added is important.nofollowAttribute is the key to efficient website operation.

AnQiCMS provides a clear and flexible strategy for handling external links, allowing us to adjust according to our actual SEO needs.The core settings are located in the "Content Settings" area on the backend. When we enter this area, we will find an option named "Whether to automatically filter external links."}This option gives us two main ways to handle external links:

  1. Select 'Automatically filter external links':If we do not want any external site links to appear in the published content, we can enable this feature.In this case, AnQiCMS will automatically detect and remove all external links when publishing content, ensuring that the website's content remains 'pure' and does not pass any link weight to the outside.This is very direct and effective for some users who want to focus entirely on in-site content, avoid traffic dispersion, or worry about the quality of external links.

  2. Select 'Do not filter external links':If we think that external links are necessary for users or hope to enhance the authority of the content through link references, then you can choose not to enable the "Automatic Filtering of External Links" function. At this time, AnQiCMS will not simply retain the original appearance of external links, but will intelligently handle these external linksautomatically addedrel="nofollow"propertyThis means that when search engines crawl these links, they will not follow them and will not pass the website's PageRank (page authority) to the target external page.This is a very balanced and recommended strategy for maintaining the SEO weight of your own website while also providing valuable external reference information.

In addition to the global content settings of the backend, AnQiCMS also provides a very practical tool on the template level——urlizeThe filter is mainly used to automatically convert detected URL strings in text to clickable hyperlinks. For example, if we directly inputhttps://www.example.com, usingurlizeThe filter renders and automatically becomes<a href="https://www.example.com">https://www.example.com</a>. It is worth noting that,urlizeThe filter automatically converts URLs to links whenIt will also automatically add these links by defaultrel="nofollow"propertyThis further strengthens AnQiCMS's control over the weight of external links, even if we paste URLs directly into the content and process them through a filter, there is no need to worry about unexpected weight loss.

Also, AnQiCMS provides more refined management for some special types of external links, such as friendship links. In the tags of friendship links such aslinkListIn it, we see a namedNofollowattribute. This means that for friendship links managed separately in the background, the system allows us to set individually whether to addnofollowProperty. This fine-grained control makes the SEO management of friendship links more flexible, allowing for the decision whether to pass the weight based on the specific situation of the partner or the SEO strategy.

In general, AnQiCMS handles the display of external links in documents andnofollowThe addition of properties provides global convenient settings, also considers template-level automation processing, and even provides detailed control for special link types.This allows website operators to easily handle the SEO challenges brought by external links, effectively manage the link strategy and weight distribution of the website.


Frequently Asked Questions (FAQ)

  1. If 'Auto-filter external links' is selected in the 'Content Settings', but the template usesurlizeFilter, how will external links be displayed?In this case, since the "Auto-filter External Links" in the "Content Settings" is a global and high-priority control, it will clear external links when the content is saved or published. Therefore, even if the template usesurlizeThe filter, also because the content itself does not have any external links, sourlizecannot be converted to a link withnofollowthe property.

  2. exceptrel="nofollow"Outside, does AnQiCMS support adding other SEO-related attributes to external links, such asrel="sponsored"orrel="ugc"?According to the current document, AnQiCMS adds the default SEO properties when automatically processing external linksrel="nofollow". For friendship links, the system mainly providesNofollowThe switch. If you need to addrel="sponsored"orrel="ugc"other attributes, you may need to customize the code at the template level or manually edit the HTML when publishing content.

  3. Manual external links inserted in the document content (nonurlizeAutomatically converted by the filter), will they be affected by the "Content Settings"nofollowstrategy?Yes, external links manually inserted in the document content will also be automatically added by AnQiCMS, as long as they have not been cleared by the 'Automatic Link Filtering' feature and the 'Do Not Filter Links' option is enabled.rel="nofollow"Property. This is part of the system's global strategy, aimed at unifying the management and control of the weight passing of external links.