rel="nofollow"The attribute comes into play, it can tell the search engine "Do not track this link, and do not pass the page authority to the link target". Use it reasonably.rel="nofollow"This has a significant impact on the SEO health of the website.
For users using AnQiCMS, the system has built-in convenient and flexible functions that can help us automate the processing of page hyperlinksrel="nofollow"Attribute, thus better for SEO optimization.
Of Security CMSnofollowAutomated mechanism
The AnQi CMS was designed with SEO optimization needs in mind and provides multiple mechanisms to manage hyperlinks in web pages.Among the most core and widely impacting is the batch management of external links in the article content through the 'Content Settings' feature of the background.
In the Anqi CMS backend management interface, you can navigate to"Backend settings" -> "Content settings". On this page, there is a named“Is automatic filtering of external links enabled”The critical option. This option directly determines how the system handles external hyperlinks that appear in your article content. It provides two processing modes:
Does not filter external links but adds them automatically
rel="nofollow"attribute:When you choose this mode, Anqi CMS will very intelligently identify all external links pointing to non-site domains in your article content. These external links will be retained by the system and will not be deleted, but the most important point is that the system will automatically<a>Add in the labelrel="nofollow"Property.Brings benefits:This approach balances content integrity and SEO optimization. On the one hand, you can freely cite external resources, recommend partner websites, or provide reference links, maintaining the richness of content and information without affecting user experience; on the other hand, throughrel="nofollow"You can effectively prevent search engines from passing the page authority to these external links, thereby avoiding authority loss and protecting your website from the negative impact of low-quality external links.This is crucial for maintaining the overall SEO health of the website.Filter external links (remove external links directly):If you choose this mode, the automated functions of Anqi CMS will be more strict. The system will detect and directly remove all external links from your article content.Brings benefits:This pattern is suitable for those who want to concentrate all page weight within the site, avoiding any potential risks or distractions from external links.For example, some corporate websites may want users to focus only on in-site products or services, and not want any links to guide users away.
How to configure and select the strategy suitable for you
It is very simple to configure this feature:
- Log in to your Anqi CMS backend.
- Click on the left menu bar's“Background Settings”.
- Select"Content Settings".
- Find“Is automatic filtering of external links enabled”Options, and check them according to your website operation strategy and SEO goals.
- Save the settings.
When choosing which strategy, you can consider the following factors:
- Nature of the website:If your website is a blog or news information site and often needs to reference external information, choose 'Do not filter external links, add automatically'
rel="nofollow"would be a better choice. - External link quality:If you are unsure about the quality or trustworthiness of the external website you are linking to, or if the link is of advertising or sponsorship nature, it will be automatically added
nofollowIt can effectively avoid risks - Content purity:If your website content is intended to be highly focused on its own brand and does not want any external traffic, then 'Filter external links' may be more suitable.
In addition to the global settings on the back-end, Anqi CMS also provides automated on the template levelnofollowprocessing. For example, when template developers use text content from external linksurlizeFilter (for example:{{ 文本 | urlize }}), AnQi CMS will automatically convert recognized URLs to hyperlinks and default them to addrel="nofollow"Property. This provides additional SEO protection for the dynamic content generation of the template. In addition, the system usually provides independent in the specific functional modules such as "Friend Links".nofollowControl options, allowing you to manage each external link more finely.
In short, AnqiCMS provides you with flexible and intelligent hyperlinks through its powerful built-in features.rel="nofollow"property management mechanism.Make good use of these features, which can not only help you maintain the SEO health of your website, optimize search engine crawling and ranking, but also ensure the professionalism and user experience of the website content.
Frequently Asked Questions (FAQ)
Why do you need to add in the hyperlinks of the page
rel="nofollow"?rel="nofollow"The attribute tells the search engine not to follow this link and not to pass the "weight" or "trustworthiness" of the page to the page linked to.This is very important in SEO, it helps us control the flow of page authority, avoiding passing authority to untrusted, low-quality, or advertising性质的 external links, thereby protecting the SEO performance of our own website, especially when dealing with user-generated content (such as comments, forum posts) or sponsored links.What is the difference between the "Automatic External Link Filtering" feature of
urlizethe AnQi CMS filter?The 'Content Settings' in AnQi CMS backend has a global option called 'Automatically filter external links'. When you choose 'Do not filter external links', the system will automatically addrel="nofollow"Property. AndurlizeThe filter is a tool provided at the template level, when the template developer uses it in the code{{ 文本 | urlize }}the filter will automatically recognize the URLs in the text and convert them to带有rel="nofollow"The hyperlink. The former is the global automatic processing at the time of content publication, and the latter is the automatic processing at the time of template dynamic rendering. Both complement each other, ensuring the SEO-friendliness of external links.If I only want to manually control some links'
nofollowproperties, does AnQi CMS support them?Yes, AnQi CMS supports manual control. For example, in the "Friend Links" management function, you can individually set whether to add each friend link.rel="nofollow"Property. Moreover, if you directly insert HTML code while editing an article and manually in<a>the tag withrel="nofollow"The system will also respect your manual settings.The 'Enable automatic external link filtering' option is mainly for batch management of ordinary external links inserted through the editor, providing convenient automated processing.