In website operation, the management of external links is an important task, which not only relates to user experience, but also has a direct impact on Search Engine Optimization (SEO). Among them,nofollowThe application of properties can help website administrators more accurately control the transmission of link weight, avoiding unnecessary risks. For users of AnQiCMS, understanding how the system handles external links in documents and whether they are automatically addednofollowProperty, is the key to efficient website operation.
AnQiCMS provides a clear and flexible strategy for handling external links, allowing us to adjust according to actual SEO needs.The core settings are located in the "Content Settings" on the backend.When we enter this area, we will find an option named 'Whether to automatically filter external links'.
Select 'Automatically filter external links':If we do not want any links pointing to external sites to appear in the content we publish, we can choose to enable this feature.In this case, AnQiCMS will automatically detect and remove all external links during content publishing to ensure that the website content remains 'pure' and does not pass any link weight to the outside.This is very direct and effective for users who want to focus entirely on in-site content, avoid traffic dispersion, or worry about the quality of external links.
Select 'Do not filter external links':If we consider external links necessary for users, or hope to enhance the authority of the content through link references, we can choose not to enable the 'Automatically Filter External Links' feature. At this time, AnQiCMS will not simply retain the original appearance of external links, but will intelligently process these external linksEnglish added automatically
rel="nofollow"Property.This means that the search engine will not crawl along these links when it fetches them, nor will it pass the PageRank (page weight) of the website to the target external page.This is a very balanced and recommended strategy for maintaining the SEO weight of your own website while providing valuable external reference information.
In addition to the global content settings on the backend, AnQiCMS also provides a very practical tool on the template level.urlizeFilter. This filter is mainly used to automatically convert detected URL strings in text into clickable hyperlinks. For example, if we directly input the URL in the content of our article,https://www.example.comUseurlizeFilter rendering, it will automatically become<a href="https://www.example.com">https://www.example.com</a>It is worth noting,urlizeWhen the filter automatically converts URLs to links,it will also automatically add these linksrel="nofollow"Property.This further strengthens AnQiCMS's control over the weight of external links, even if we directly paste the URL in the content and process it through the filter, we don't have to worry about unexpected weight loss.
Additionally, AnQiCMS provides more refined management for some special types of external links, such as friendship links. For the tags of friendship links (such aslinkList)中,我们看到一个名为 EnglishNofollow的属性。这意味着,对于在后台单独管理的友情链接,系统允许我们针对每一条链接单独设置是否添加 Englishnofollow属性。This fine-grained control makes the SEO management of friendship links more flexible, allowing the passing of weight to be decided according to the specific circumstances of the cooperative party or the SEO strategy.
In general, AnQiCMS handles the display of external links in documentsnofollowThe addition of properties provides both global convenience settings and considers template-level automation, even offering detailed control for special link types.This enables website operators to easily handle SEO challenges brought by external links, effectively manage the website's link strategy and weight distribution.
Common Questions (FAQ)
If 'Auto-filter external links' is selected in 'Content Settings', but the template uses
urlizeFilter, how will the external link be displayed?In this case, since the 'auto-filter external links' in 'content settings' is a global and high-priority control, it will remove external links when the content is saved or published. Therefore, even if external links are used in the template,urlizeFilter, as the content itself does not have external links,urlizeit cannot be converted to a hyperlink withnofollowattributes.Except
rel="nofollow"Outside, does AnQiCMS support adding other SEO-related attributes to external links, such asrel="sponsored"orrel="ugc"?According to the current document, AnQiCMS adds the default SEO attribute automatically when processing external links in contentrel="nofollow". The system also mainly providesNofollowThe switch. If you need to addrel="sponsored"orrel="ugc"other properties, you may need to edit HTML manually at the template level or when publishing content.Document content with manually inserted external links (non)
urlizeFilter automatically converts), will it be affected by the settings in “Content Settings”?nofollowstrategy?Yes, manually inserted external links in the document content, as long as they have not been cleared by the "Automatically filter external linksrel="nofollow"属性。This is part of the system global strategy, aiming to unify the management and control of the weight transfer of external links.