How to create a single page (such as "About Us") in AnQi CMS?

Calendar 👁️ 56

AnQiCMS (AnQiCMS) is an efficient content management system designed specifically for enterprises and content operation teams. It makes the creation, editing, and publishing of website content intuitive and convenient with its simple interface and powerful functions.As a senior website operations manager, I am well aware that flexible management of web pages is crucial for brand display and user experience.A single page, such as 'About Us', 'Contact Us', or 'Service Introduction', is an indispensable part of a corporate website. It carries the important mission of conveying core information and establishing a brand image.This article will detail how to create a new single-page in Anqi CMS.

Understand the single page function in AnQi CMS

The "Single Page" feature of AnQi CMS is designed for pages that have a fixed structure, relatively independent content, and do not require frequent updates.This is different from the dynamically updated list of articles or products. A well-crafted single page can effectively enhance the user experience of the website and provide clear site structure information for search engines, thereby optimizing SEO performance.

Navigate to the page management area

First, you need to log in to the Anqi CMS backend management interface.In the left navigation menu of the main background page, find and click the 'Page Resources' option.After expanding this menu, you will see sub-menus such as "Page Management" and "Image Resource Management".Select "Page Management", this will take you to the list view of all created single pages.Here, you can view the existing single-page and perform operations such as adding, editing, or deleting.

Create a new single page

At the top or side of the "Page Management" list, there is usually a prominent "Add Single Page" or similar button.Click this button, the system will display a form for you to fill in the detailed information of the new page.

  1. Page NameThis is the title displayed on your single page in the front-end to users, such as "About Us" or "Corporate Culture." A clear and intuitive name can help users quickly understand the content of the page.

  2. SEO title, keywords and descriptionTo ensure that your single page has better visibility in search engines, Anqi CMS provides comprehensive SEO optimization fields.

    • SEO titleThis is the page title displayed in the search engine results page (SERP), which can be different from the 'page name' and is used to accurately convey the page theme and attract clicks.
    • KeywordsFill in keywords highly relevant to the page content, separated by English commas,This helps search engines understand the page topic.
    • Single page introductionProvide a concise overview of the page content, which will serve as the page<meta name="description">label content. If left blank, the system will usually automatically extract the beginning part of the page content as a summary.
  3. Custom URLCustom URLs are used to generate SEO-friendly static links.The Anqi CMS will automatically generate a pinyin-based URL alias based on the page name you enter.If you are not satisfied with the automatically generated URL, you can manually enter a short, memorable, and relevant English word or phrase.Please note that the custom URL must be unique throughout the entire site.If the entered URL is already occupied, the system may automatically add random numbers after it to ensure uniqueness.This setting is used in your website's pseudo-static rules{filename}or{catname}The field pattern takes effect when

  4. Display orderThis is a field used to control the sorting priority of a single page in the list or navigation.The smaller the number, the higher it is displayed. The default value is usually 99, and you can adjust the value according to the importance of the page.

  5. Single page templateAnQi CMS allows you to specify an independent template file for a single page. By default, a single page will usepage/detail.htmlTemplate. If you want a single page (such as a special promotional page) to have a unique design layout, you can create a custom template file in the template directory in advance, such asdownload.htmlThen enter the name of the file here. It is important that you ensure that the template file is indeed present in your template design package, otherwise the single page will not be accessible.

  6. Banner image and thumbnail

    • Banner imageIf your single page needs to display a top carousel or a large background image, you can upload multiple images here. It is recommended to upload images of consistent size to ensure the visual effect.
    • ThumbnailThis is an optional field, which can be uploaded when you need to call the small picture of the single page in other parts of the website (such as the recommendation list or sidebar).
  7. Single page contentThis is the core part of a single page. Anqi CMS provides a rich set of visual content editors, supporting various text formatting, image insertion, video embedding, tables, code blocks, and other operations.You can edit the page content as if using a Word document.For a content-focused website, this is the key area where you can unleash your creativity to attract and retain users.Ensure the content is of high quality, accurate information, beautiful layout, and can effectively respond to the reader's needs.

Publish and preview

After completing all the information, click the "OK" or "Save" button at the bottom of the page.Your new single page will be created and saved to the system. At this point, you can access and preview the page effect through its custom URL (or the default generated link) on the frontend.Check the content, layout, and links to ensure they are correct.

Advanced techniques for customizing single-page templates

The Anqi CMS template system is very flexible, it follows the syntax similar to Django template engine.If you need to customize a single page more deeply, you can use the basic conventions created by the template.For example, the default template for a single-page detail page ispage/detail.htmlBut as mentioned before, you can createpage/about-us.htmlsuch a custom template and specify its use when creating the "About Us" page in the background.

Additionally, Anqi CMS supports various template modes such as adaptive, code adaptation, PC+mobile independent mode, and you can choose the appropriate template strategy according to your website design needs. Template files are usually stored in/templateUnder the directory, static resources such as CSS, JS, and images are placed in/public/static/directory, which helps maintain the clarity of the project structure and the convenience of maintenance.

By following these steps, you will be able to easily create and manage various single pages in Anqi CMS, providing a rich and diverse content display for your website, effectively supporting your website's operational goals.


Frequently Asked Questions (FAQ)

1. How can I get my new single page better indexed and ranked by search engines?

In order to make your single page more favored by search engines, the key lies in the quality of the content and the correct SEO configuration.First, make sure the page content is original, valuable, and clear in theme.When filling in the single-page information, be sure to carefully set the "SEO title", "keywords", and "single-page introduction", as this information directly affects the search engine's understanding of the page.At the same time, creating a concise, keyword-rich 'custom URL' is also very helpful.Regularly check and update content to ensure the timeliness of the information on the page, and encourage users to share your page on social media. These are effective strategies for improving SEO performance.

2. Can I have a unique design for the 'About Us' page?

Of course you can. AnQi CMS provides highly flexible template customization features. You do not need to use the default single page templatepage/detail.html. You can use/templateUnder the directory of your theme folder, create a new template file, for examplepage/about.htmlThen, when creating or editing the "About Us" single page, enter the name of your custom template file in the "Single Page Template" fieldabout.htmlThis page will use your exclusive custom template to display content, meeting your personalized design needs.

3. What if I set a duplicate 'Custom URL' for a single page?

The 'Custom URL' field in AnQi CMS requires uniqueness across the entire site.If you try to set a URL alias that is already occupied by another page or content, the system will automatically detect and handle it.In most cases, Anqi CMS will append a random string of numbers or characters to the URL you enter to ensure its uniqueness.For example, if you enter theabout-usIt is occupied, the system may modify it toabout-us-123. Although the system will automatically handle it to avoid conflicts, it is recommended to choose a unique and identifiable name when setting up a custom URL to maintain the conciseness and readability of the URL.

Related articles

How to improve the overall visual effect of the website through the image management function of AnQiCMS?

As an experienced person who deeply understands the operation of AnQiCMS, I know the importance of high-quality visual content in attracting and retaining users.By using the powerful image management function of Anqi CMS, we can finely optimize the overall visual effect of the website, thereby enhancing the user experience and professionalism of the website.Optimize image assets, enhance the visual presentation of the website In Anqi CMS, images are no longer just accessories of content, but are the core component of the website's visual effects.We go through the 'Image Resource Management' feature to centrally and efficiently handle all image assets

2025-11-06

Does AnQiCMS provide image editing tools such as cropping or rotation?

As a website operator focused on content creation, editing, publishing, and optimization, I am well aware of the importance of high-quality visual content in attracting and retaining users.In the actual operation of AnQiCMS (AnQiCMS), the management and optimization of images are an indispensable part of daily work.In response to your question about whether AnQiCMS provides image editing tools (such as cropping or rotating), I will elaborate in detail based on the features of AnQiCMS.

2025-11-06

Can AnQiCMS's image address be customized or modified in bulk?

As a long-standing website operator active on the AnQiCMS platform, I am well aware that every detail of content creation and management is related to user experience and the SEO performance of the website.The management flexibility of the address of the image is naturally also a focus of everyone's concern as it is an important part of the content.Regarding the issue of whether the image address in AnQiCMS can be customized or modified in bulk, based on my understanding of the system and the provided documentation, I can give you a detailed explanation.**AnQiCMS Image Storage and Management Mechanism** In AnQiCMS

2025-11-06

How to back up AnQiCMS image resources to prevent data loss?

As a professional deeply familiar with the operation of AnQiCMS, I know that content is the lifeline of a website, and image resources are an important part of the attractiveness of the content.The missing image not only affects the appearance of the website, but also damages the user experience and brand image.Therefore, establishing a comprehensive image resource backup mechanism is a core task that every website operator should pay attention to.

2025-11-06

Where can I find the single page management interface?

As a senior person who is deeply involved in the CMS content operation of AnQi, I fully understand your pursuit of efficiency and accuracy in managing website content.For the management of single-page features in Anqi CMS, it is designed to be intuitive and powerful, capable of meeting your needs to create and maintain independent pages such as "About Us", "Contact Us", and so on.In the Anqi CMS backend management interface, you can easily find the management entry for the single page.The specific path is: First, log in to your AnQi CMS backend.In the navigation menu on the left, you will see an option called "Page Resources"

2025-11-06

How to edit and modify the content of a single page that has been created?

As an experienced security CMS website operation personnel, I fully understand your need to edit and modify the single page you have created while managing website content.Efficiently update these pages to ensure the accuracy and timeliness of information, which is crucial for maintaining user trust and the professional image of the website.I will elaborate in detail on how to operate in Anqi CMS, helping you easily complete this task.In Anqi CMS, a single page usually carries core static content such as "About Us", "Contact Us", and "Privacy Policy".Modify these existing single pages

2025-11-06

Where will the deleted single page go? Can it be restored?

In Anqi CMS, we fully understand the value of website content and the needs of operators for content security and recoverability.Especially for single-page websites that carry important information, such as 'About Us' or 'Contact Information', the delete operation usually requires more caution.When you choose to delete a single page in the Anqi CMS backend management system, the system will not immediately permanently remove it from the database, but will instead adopt a strategy called "soft delete".

2025-11-06

What is the difference between the 'Page Name' and 'SEO Title' of a single page?

Hello, as an experienced CMS website operation personnel in the security industry, I know the core position of content in digital marketing.We must not only create captivating content but also understand how to skillfully present and optimize it to meet the needs of readers and ensure good performance in search engines.Today, let's delve into a concept often encountered in the single-page management of AnQi CMS - the 'Page Name' and 'SEO Title', which seem similar but actually serve different missions.### Page Name

2025-11-06