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.
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.
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.
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 whenDisplay 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.
Single page templateAnQi CMS allows you to specify an independent template file for a single page. By default, a single page will use
page/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.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).
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.