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.