How to configure content automatic external link filtering in Anqi CMS and how it affects the display of front-end links?

Calendar 👁️ 61

In website content operation, the management of external links is a vital aspect that cannot be ignored.It not only relates to user experience, but also directly affects the website's search engine optimization (SEO) performance.A security CMS understands this and therefore provides a flexible and practical external link handling mechanism to help content operators efficiently manage external links in articles.

Where is the external link configuration in AnQi CMS?

AnQi CMS provides a very convenient feature for handling external link issues, you can easily configure it in the system background.The specific path is: Log in to your AnQi CMS backend, find the left menu's Back-end Settings, and then click to enter the Content Settings page.

On this page, you will see an option named [Automatic filtering of external links].This option is the core switch for managing external links on our website.It provides two main processing strategies, you can choose according to the actual operation needs of the website.

Two strategies: filtering and Nofollow

1. Enable 'Automatic link filtering':If you wish to have no external links in the content published or updated on the website, you can enable this feature.Once enabled, the system will automatically identify and remove all external links from the content it processes, ensuring that your content is pure and free of external link interference.This approach is suitable for those who pursue a completely self-contained content or strictly control outgoing links.For example, some corporate websites may choose this strategy to prevent brand traffic from leaking to third-party platforms.

2. Disable 'Automatic link filtering':If you consider some external links to be necessary and valuable, such as citing authoritative data sources, recommending related tools or products, etc., you can choose to turn off automatic filtering. At this point, Anqi CMS will not directly delete these links, but will intelligently add them.rel="nofollow"The attribute is a clear signal to search engines, indicating that it is not recommended to crawl this link and will not pass the "weight" of your website to these external sites.This protects the SEO effect of your website while also providing users with necessary references or redirects.In addition, to enhance the user experience, we usually set up external links manually or through templatestarget="_blank"Property, make them open in a new tab to avoid visitors leaving your website after clicking external links.

Configure the display impact of external links on the front end.

Choose different settings, which have a direct impact on the display effect of external links on the front end of the website.

When【Automatic external link filtering】function enabledWhen the user browses your article, any external links that were originally present in the edited content will completely disappear, as if they had never existed.This will make the page content look more concise, but it may also lead to the loss of some reference sources or recommended content.

whenThis function is disabledWhen, the external links are retained, but the system will intelligently add them torel="nofollow"Label. This means that users can still see and click on these links, and they will normally jump to external websites. But behind the scenes, when search engines crawl and evaluate your website, they will considernofollowProperties to handle these links, avoiding unnecessary loss of your website's link juice to external sites, thus better maintaining the SEO health of your website.

This seemingly simple feature actually brings multiple values to content operation.It allows you to find the **balance point according to your own needs, between content purity, SEO optimization, and user experience, without spending a lot of time on manual review and modification, greatly improving operational efficiency.This design of AnQi CMS embodies a deep understanding of content operation details, providing users with flexible and powerful control capabilities.


Frequently Asked Questions (FAQ)

Q1:rel="nofollow"How does the attribute affect SEO specifically?A1:rel="nofollow"The attribute tells the search engine not to pass the "link weight" from your website to the linked external website.This means that when the search engine evaluates the authority of your website, it will not count these links as recommended votes.This is very useful for controlling the quality of outbound links, preventing spam comment links from affecting the reputation of the website, and protecting the SEO of the site when linking to uncontrolled or untrusted external content.

Q2: Besidesrel="nofollow"And what are some others?relWhich attribute is commonly used when managing external links?A2: Besidesnofollow, and alsosponsoredandugcTwo common properties.

  • rel="sponsored"Used to mark paid links, advertising links, or other sponsored content. It tells search engines that the link direction is due to a commercial agreement.
  • rel="ugc": Used to mark user-generated content (User Generated Content), such as links in comment sections, forum posts, etc.This indicates that these links were created by users rather than website administrators, and website administrators are not directly responsible for their content. Reasonable use of these attributes helps search engines better understand the link structure and content ecology of your website.

Q3: Can AnQiCMS filter external links of specific domains only?A3: Based on the current security CMS [Content Settings] option [Whether to automatically filter external links], this is a global switch, either to filter all or to retain all and addnofollowProperty. It currently does not support fine-grained filtering for specific domains.If you have this need, you may need to consider secondary processing of content after it is published on the website, through custom program scripts or front-end JavaScript, or manually reviewing these links when editing content in the background.

Related articles

How to set up automatic image compression in Anqi CMS to speed up page loading?

Optimize images, speed up the website: AnqiCMS Automatic Compression Settings Guide Website access speed is one of the key factors in user experience and an important consideration for search engine optimization (SEO).And large images are often the culprit that slows down website loading speed.Fortunately, AnqiCMS, as a fully functional content management system, is built with a series of powerful image optimization features, which help us easily deal with this issue, while keeping the website smooth in providing rich visual content.Today, we will take a detailed look at how to use AnqiCMS

2025-11-08

Does AnQi CMS support the automatic conversion of uploaded images to WebP format for optimized display?

In the era where content is king, the loading speed of website images directly affects user experience and search engine optimization (SEO) performance.Efficient image management and optimization strategies are crucial for any website committed to providing high-quality content services.Many website operators are actively seeking solutions that can automatically optimize images, especially those converted to WebP format.So, for those who are using or considering using AnQiCMS, does this system support automatic conversion of images to WebP format after upload to optimize display?The answer is affirmative

2025-11-08

How to format a timestamp into a readable date and time format and display it in AnQi CMS?

In website content operations, the presentation of time is often ignored, but it is an important detail for improving user experience and content professionalism.The original timestamp number lacks meaning for ordinary users. Formatting it into a clear and easy-to-read date and time format makes the content more appealing.AnQi CMS knows this, providing a simple and powerful way to handle such needs.### Understanding the timestamp in AnQi CMS In AnQi CMS, whether it is the publication time (`CreatedTime`) or the update time (`UpdatedTime`)

2025-11-08

How to perform a loop (for) in Anqi CMS template to display list data?

When building a website page, we often need to display various list data, such as the latest articles, product categories, navigation menus, or comment details.The template system of AnQiCMS provides us with a powerful and flexible loop traversal function, making the display of dynamic lists very simple.The template syntax of AnQi CMS borrows from the Django template engine, so users familiar with this syntax will feel very close.It uses the `for` loop label to iterate over the data collection and display each item one by one.###

2025-11-08

How to reference common code snippets (such as headers and footers) in Anqi CMS templates to unify page display?

It is crucial to maintain consistency in the display of web pages during website operations.A unified website appearance can not only enhance brand professionalism but also optimize user experience.AnqiCMS provides a powerful and flexible template mechanism, allowing us to efficiently manage common website elements such as headers and footers, thus avoiding repetitive code writing and ensuring the consistency of the entire site style.The AnqiCMS template system draws on the syntax of the Django template engine, with the core idea being that developers can define reusable code snippets and page skeletons

2025-11-08

How to display a custom prompt message during the website shutdown maintenance of AnQi CMS?

During the operation of the website, we sometimes have to temporarily close the website for maintenance in order to upgrade the system, optimize data, or adjust functions.How to clearly and friendly convey this status to visitors, avoiding confusion or loss of users, is particularly important.Safe CMS provides a set of built-in solutions that allow you to easily customize the prompt information for your website during maintenance shutdown. ### Understanding the shutdown mechanism of AnQi CMS The shutdown feature of AnQi CMS is designed to be very intuitive and flexible.When you enable the closed site mode, the system will automatically intercept all access requests to the website content

2025-11-08

How to display multi-language switch links and the current language identifier in Anqi CMS?

In AnQi CMS, implementing multi-language switch links and current language identification is a very practical feature that can help your website easily face global users and enhance the internationalization level of your website.Aqicms provides intuitive and powerful template tags, allowing you to flexibly display these elements on the website front end. ### One, understand the multilingual capabilities of Anqicms Anqicms has considered the needs of multilingual sites from the very beginning and provides comprehensive multilingual content management support.This means you can create and manage independent content for different languages in the background, such as articles

2025-11-08

How to automatically add hyperlinks to URLs and email addresses in article content of AnQi CMS?

In content management and website operations, automatically converting URLs and email addresses in the text to clickable hyperlinks can greatly enhance user experience and optimize the internal link structure of the website to some extent.For AnQiCMS users, implementing this feature is not through simple backend settings, but through the specific "filter" provided by its powerful template engine.This design approach gives website owners great flexibility and control, allowing them to finely manage the generation of links according to the needs of different content areas.

2025-11-08