In website content operation, the management of external links is a critical aspect that cannot be ignored.It not only relates to the user experience, but also directly affects the website's search engine optimization (SEO) performance.The AutoCMS understands this point, therefore it 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?
AutoCMS provides a very convenient feature to handle external link issues, you can easily configure it in the system backend.The specific path is: Log in to your security CMS backend, find the left menu's , and then click to enter the page.
On this page, you will see an option named [Whether to automatically filter external links].This option is the core switch for managing external links in our website content.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 'Automatically filter external links':If you wish to avoid any external links from appearing 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 during processing, ensuring that your content remains clean and free from external link interference.This method is suitable for those websites that pursue a completely closed-loop 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 'Automatically filter external links':但如果您认为某些外部链接是必要且有价值的,比如引用权威数据源、推荐相关工具或产品等,可以选择关闭自动过滤。此时,安企CMS不会直接删除这些链接,而是会智能地为它们添加rel="nofollow"Property.This attribute is a clear signal to search engines, indicating that it is not recommended to crawl this link and that the "weight" of your website will not be passed on to these external sites.This helps protect the SEO effect of your website while also providing users with necessary references or redirects.target="_blank"Properties, let them open in a new tab to avoid visitors leaving your website after clicking external links.
Configure the impact of front-end display for external links.
Choose different configurations, which has a direct impact on the display effect of external links on the website front-end.
WhenEnable the featureWhen browsing your articles, those external links that originally existed in the editing content will completely disappear, as if they had never appeared.This will make the page content look more concise, but it may also lead to the missing of some reference sources or recommended content.
WhileThis feature is disabledWhen, the external link is retained, but the system will intelligently add to itrel="nofollow"Label. This means that users can still see and click on these links, and they will jump to external websites normally. But behind the scenes, when search engines crawl and evaluate your website,nofollowProperties to handle these links, avoid unnecessary loss of your website's link juice (Link Juice) to external sites, thereby better maintaining the SEO health of your website.
This seemingly simple function actually brings multiple values to content operation.It allows you to find a **balance point** between content purity, SEO optimization, and user experience according to your own needs, without spending a lot of time on manual review and modification, greatly improving operational efficiency.This design of AnQi CMS reflects a profound understanding of content operation details, providing users with flexible and powerful control capabilities.
Common Questions (FAQ)
Q1:rel="nofollow"What specific impact does the attribute have on SEO?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 the search engine will not count these links as recommended votes when evaluating the authority of your website.This is very useful for controlling the quality of outbound links, preventing spam comment links from affecting the website's reputation, and protecting SEO when linking to uncontrolled or untrusted external content.
Q2: Besidesrel="nofollow"And what else?relWhat attribute is commonly used when managing external links?A2: BesidesnofollowAnd what else?sponsoredandugcTwo commonly used attributes.
rel="sponsored"It is 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 are created by users rather than website administrators, and the website administrators are not directly responsible for their content. Reasonable use of these properties helps search engines better understand the link structure and content ecosystem of your website.
Q3: If I only want to filter external links of specific domains, can AnQiCMS achieve this?A3: According to the current security CMS [Content Settings] of [Whether to Automatically Filter External Links] option, 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 requirement, you may need to consider secondary processing of content after it is published on the website through custom program scripts or frontend JavaScript, or manually review these links when editing content in the background.