How to fill in and call the AnQiCMS website filing number and generate link information?

Calendar 👁️ 74

As a long-term operator of the AnQi CMS platform, I am well aware of the importance of website compliance and information accuracy for user trust and brand image.The website filing number is an essential component of domestic website operation, and its correct display and link on the website are the basis for ensuring the legal operation of the website.The AnQi CMS fully considered these operational needs from the outset, providing us with a simple and efficient way to set up and call functions.

Where to set the website filing number in AnQiCMS

In the Anqi CMS backend management interface, all global website configurations are concentrated in the "Backend Settings" area. To enter or modify the website's filing number, you need to navigate toBack-end settings > Global settings. On this page, you will see an input box named "record number".This position is reserved specifically for your website's ICP filing number, ensuring the unified management of important information.

Accurately fill in the website filing number

Please be sure to fill in your website ICP filing number in the "Filing Number" input boxCore partThis means that if your filing number usually has a suffix like “-1”, for example “Beijing ICP preparation number 12345678-1”, you are in AnQi CMSJust fill in “Beijing ICP No. 12345678”. The system will automatically handle the subsequent display and link generation based on the core record number you enter, without the need for you to manually add or worry about formatting issues.This design simplifies the operation process, reducing errors caused by improper formatting.

Call the record number information in the website template

The Anqi CMS provides powerful template tag features, making it very simple and flexible to call dynamic data. You can use it to display the备案number you set in the background on the website front page.systemlabel and specifyname="SiteIcp"The parameter can accurately extract the record number from the system settings and display it at any page location you wish.

In most cases, the filing number is displayed in the footer area of the website. In your template file (for examplefooter.htmlorbase.html), you can call the filing number like this:

<p>{% system with name="SiteIcp" %}</p>

If you wish to store the registration number in a variable for later use, for example, to combine it with other information, or you can also use a custom variable name:

<p>{% system siteIcp with name="SiteIcp" %}{{siteIcp}}</p>

Both of these methods can ensure that the record number is correctly extracted and displayed from the background.

Generate a compliant record number query link

In accordance with relevant Chinese Internet laws and regulations, the ICP filing number displayed on the website must be linked to the Ministry of Industry and Information Technology's government service platform (commonly known as the 'MIIT filing query website'). The Anqi CMS issystemIn the example usage of the tag, the complete code to generate this compliant link has been provided. You just need to embed the calling method of the aforementioned filing number into a standard HTML<a>tag and move ithrefThe attribute points to the official query address of the Ministry of Industry and Information Technologyhttps://beian.miit.gov.cn/. At the same time, in order to optimize search engine performance and user experience, it is recommended to add links forrel="nofollow"andtarget="_blank"Property.

The following is an example of a complete compliance record number link and its display code:

<p>
    <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{% system with name="SiteIcp" %}</a>
    &copy; {% now "2006" %} 您的网站名称. All Rights Reserved
</p>

In this example,{% now "2006" %}The label will automatically display the current year,{% system with name="SiteIcp" %}The registration number will be dynamically inserted. Please replace 'Your website name' with the actual name of your website according to your actual needs.By such settings, not only is the website filing number displayed correctly, but it also provides a valid link to the official query platform, fully in line with compliance requirements.

By using these features provided by AnQi CMS, we can easily manage and legally display the website filing information, thereby laying a solid foundation for the stable operation of the website.


Frequently Asked Questions

Do you need to add the suffix “-1” when filling in the ICP record number?

When filling in the record number in the "Global Settings" of the Anqi CMS background, youNot requiredInclude any suffix such as “-1”. For example, if your filing number is “Beijing ICP preparation number 12345678-1”, you only need to fill in “Beijing ICP preparation number 12345678”.The system will automatically handle the correct display and link format.

If my website does not have a filing number, can I not fill it in?

If you operate a website in mainland China, all websites must undergo ICP filing according to legal requirements.If you do not have a record number, you can leave this field blank in AnQi CMS, but your website may face the risk of not being able to access normally or being penalized by regulatory authorities.Please complete the ICP record as soon as possible and fill in the record number in the background promptly.

Is the filing link required to point to the official query platform of the Ministry of Industry and Information Technology?

Yes, in order to comply with relevant regulations and facilitate user query verification, the ICP filing number displayed on the website must be linked to the Ministry of Industry and Information Technology's government service platform (https://beian.miit.gov.cn/)。Safe CMS provides a template call example that defaults to this official link, ensuring compliance.

Related articles

How to upload AnQiCMS website logo and call it to display in the front-end template?

As a website content expert who deeply understands the operation of AnQiCMS, I am well aware of the importance of a clear and easily recognizable website logo for brand image and user experience.AnQiCMS as an efficient and customizable content management system, provides strong content features while also ensuring convenient management and invocation of basic website elements such as LOGO.Next, I will elaborate on how to upload the website logo in AnQiCMS and display it correctly on the website front-end template.

2025-11-06

When is it necessary to configure the AnQiCMS mobile endpoint address, and how to ensure its normal access?

As an experienced CMS website operation person in an enterprise, I know the importance of mobile experience for user retention and search engine optimization.In AnQiCMS, the flexible template mechanism allows us to decide whether and how to configure the mobile end address according to different operational strategies and technical requirements.

2025-11-06

What access issues can be caused by an incorrect website address setting in AnQiCMS?

As a website operator who is well-versed in the operation of AnQiCMS, I am well aware of the importance of setting the website address. It is not only the 'address number' of the website on the Internet, but also the cornerstone for the correct operation of the AnQiCMS system, effective distribution of content, and search engine optimization.Once this seemingly simple configuration deviates, it may trigger a series of chain reactions, severely affecting the normal access, user experience, and SEO performance of the website. ### Direct Barrier to Website Access The most direct and obvious issue is that the website cannot be accessed normally.In AnQiCMS system settings

2025-11-06

How to change the website name in AnQiCMS to optimize brand display?

As a professional who deeply understands the operation of AnQiCMS, I know that the website name is not only the flag of the brand, but also the core element for search engine recognition and user memory.A precise and distinctive website name that can effectively enhance brand image, optimize SEO performance, and ultimately attract and retain more users.In AnQiCMS, changing the website name is a direct and important operation that can significantly enhance your brand display.

2025-11-06

How to customize and display AnQiCMS copyright information in the website footer?

As an experienced CMS website operations manager for a safety company, I know that the copyright information in the website footer is not only an important part of legal compliance, but also an embodiment of brand professionalism.The Anqi CMS provides users with a flexible and convenient way to manage and display this information.Below, I will give a detailed introduction on how to customize and display the copyright information of the website footer in AnQiCMS.

2025-11-06

How does the default language package setting of AnQiCMS affect the display of built-in text on the website?

In the daily operation of AnQiCMS, we know that the content of the website is not limited to articles and product information published by users, but also includes various built-in texts provided by the system.AnQiCMS as an efficient content management system, the default language package settings have a direct and important impact on the display of these built-in text.

2025-11-06

How to set up a separate domain for AnQiCMS backend to enhance security?

As a website manager who deeply understands the operation of AnQiCMS, I know that website security is crucial for any content platform.AnQiCMS (AnQiCMS) has always attached great importance to security from the beginning of the system design and has continuously iterated and optimized.Among them, setting up a separate domain for background management is one of the effective and necessary strategies to enhance the security level of the website and strengthen operation protection.This feature has been officially supported since AnQiCMS v2.1.1 version, aiming to provide users with stronger backend protection.

2025-11-06

How to operate the website status (open/close) switch function of AnQiCMS, and how to customize the shutdown prompt?

As an experienced website operator proficient in AnQiCMS, I know that it is crucial to flexibly control the opening and closing status of the website and provide appropriate shutdown prompts during website maintenance, updates, or special situations, which is important for user experience and operation management.AnQiCMS provides intuitive and powerful features in this aspect, allowing us to easily meet these needs.### AnQiCMS website status switch feature operation guide In AnQiCMS, the website status switch is a core global feature that allows operators to need according to

2025-11-06