In the Anqi CMS content settings, there is a feature called 'Whether to automatically filter external links', which has a direct and profound impact on the publication of website content.This seemingly simple switch actually affects many aspects such as the website's search engine optimization (SEO), user experience, and the credibility of the content.
To find this feature, you need to enter the Anqi CMS backend management interface, and you can see it under the 'Content Settings' menu in the 'Backend Settings'.It provides two main options, each of which will result in different processing results after the content is published.
Function Effect Analysis
In simple terms, the core of this feature is how to handle the external links you add in the content.
If you choose to enable the "auto-filter external links" feature:When you are editing an article, product, or other content, if it contains external links to non-site domain names (such as hyperlinks to resources on other websites), after the content is published or updated, these external links will be automatically removed by the Anqicms system.This means that no external links will appear in the content displayed to the reader.
If you choose to turn off the "auto-filter external links" feature:In this case, the external links you add to the content will be retained. However, the Anqi CMS system will not simply retain these links, but will automatically add one
rel="nofollow"Property. This way, even if the link is retained, its role in search engine optimization will be subject to specific limitations.
Impact on the published content
This setting directly affects the final presentation of the content and its performance in the Internet ecosystem:
1. The retention and integrity of the linked content
- When filtering is enabled:Your content will become 'pure', with no external jump links.This may help keep users on your website for longer, avoiding them leaving by clicking on external links.But from the integrity of the content, if your article needs to refer to a large amount of external information or data, the removal of these reference links may reduce the persuasiveness and credibility of the content, making it difficult for readers to trace the source of the information.
- When filtering is disabled:Your content will retain all external links, which is crucial for displaying references, recommending tools, or guiding users to partner pages.The content will appear more rigorous and professional, and users can also obtain more extensive expansion information.
2. The impact on user experience
- When filtering is enabled:If users are accustomed to clicking on links in the text to get more information or to view the original, the absence of links may inconvenience them and reduce the reading experience.Especially in knowledge sharing or in-depth analysis content, being unable to link directly to the original text will greatly affect the value of the content.
- When filtering is disabled:Provided a better user experience. Readers can click on links according to their interests and needs to obtain additional information, which helps enhance the user value and interactivity of the content.
3. The impact on Search Engine Optimization (SEO)
- When filtering is enabled:From an SEO perspective, since there are no external links present, your website will not pass any weight to any external websites (i.e., 'link juice').This may be considered a conservative SEO strategy, aimed at maximizing the retention of the weight of its own website.But at the same time, content with too few or even no external reference links may appear 'isolated' to search engines, lacking authority and breadth.
- When filtering is disabled:All external links are added at this time
rel="nofollow"Property.nofollowThe attribute tells the search engine not to follow this link and not to use this link as a ranking signal.This means that, even though external links exist, they do not pass the "link juice" of your website to external sites, thus avoiding the negative SEO impact that may arise from linking to low-quality websites.At the same time, the proper use of external links (even ifnofollow), also helps improve the naturalness and user experience of content, and has a positive impact on SEO indirectly.
4. Convenience of content management and maintenance
- When filtering is enabled:This feature can effectively reduce the risk of spam links, especially on websites that allow users to post content or have multiple content editors.The system automatically removes external links, which can lighten the burden of manual review and ensure the cleanliness of the content.
- When filtering is disabled:Although the link was retained, the system automatically added it
nofollowThe attribute still provides a layer of protection for website administrators, avoiding unnecessary SEO risks.
Operational Strategy Proposal
In the operation, how to choose depends on your website positioning and content strategy:
- Prioritize content rigor and user exploration of the website(such as technical blogs, information stations, review websites, etc.): It is usually recommendedTurn off "auto-filter external links"This can facilitate the reference of materials, provide more detailed descriptions, or guide users to access related product pages.
rel="nofollow"Attribute, you can still control the flow of weights. - Favor user retention, avoid user churn, or prevent promoting competitors' websites(Such as focusing on sales conversion, original content without external references, and corporate websites): ConsiderEnable "Auto-filter External Links"This ensures that users' attention is focused on in-site content and products.
- Website for handling User-Generated Content (UGC): Strongly RecommendedEnable "Auto-filter External Links"to minimize the risk of publishing malicious links, spam, and inappropriate content, or at least turn off filtering and force adding
nofollowto reduce the pressure of content review.
In summary, the 'Automatic Filtering of External Links' feature of Anqi CMS provides a flexible switch that allows website operators to find a balance point between content presentation, user experience, and SEO strategy.Understanding how this feature operates and its potential impact is a key step in efficiently managing website content.
Frequently Asked Questions (FAQ)
Q1:rel="nofollow"How does the attribute specifically affect my website's SEO?A1:rel="nofollow"The attribute tells the search engine that this link should not be considered as an 'endorsement' or 'vote' for the target page.This means that the search engine will not pass this part of the weight to the external pages linked to your website.It mainly affects the transmission of 'link juice', rather than blocking search engine spiders from crawling links, although it may affect the crawling path in some cases.Therefore, addnofollowIt can help you control the transmission of external link weight on your website, avoiding passing weight to pages you do not want to recommend.
Q2: What should I do if I need to include some 'dofollow' links pointing to partners in the content I publish?A2: The "Automatic filtering of external links" feature of Anqi CMS, when "Do not filter" is selected, will add to all external linksrel="nofollow". If you indeed need to set "dofollow" (which means not to add anyrelAttribute, allowing the search engine to pass weight) link to specific partners or high-value references, you may consider the following options:
- Manual modification:In the HTML mode of the content editor, manually remove the properties of specific links.
rel="nofollow"(However, this needs to be repeated after each edit, and it is easy to make mistakes). - Whitelist mechanism:The AnQi CMS currently provides unified processing, and to achieve this fine-grained requirement, it may be necessary to combine custom development or seek whether AnQi CMS will provide similar features such as 'external link whitelist' or 'exempting specified domain from nofollow' in future versions.
- URL rewriting:Rewrite specific URLs by configuring rules on the website server (such as Nginx), so that they are removed when the page loads
nofollowProperties, but this belongs to advanced operations that require professional knowledge.
Q3: Does this feature affect published content, or is it only effective for new published content?A3: This setting is usually effective when the content is "saved" or "updated".This means that when you change the setting for 'whether to automatically filter external links', it will not automatically trace back and modify all the content published on your website.Only when youReedit and saveSome old content, orPublishWhen a new content is published, the system will process external links in the content based on the latest settings.Therefore, if you need to apply new filtering rules to old content, you need to save them manually or through a batch editing tool (if provided by AnQiCMS).