How to add documents and set recommended attributes, SEO titles, and scheduled publishing in AnQiCMS?

Calendar 👁️ 79

As a professional who deeply understands the operation of AnQiCMS, I know that efficient content publishing and fine SEO optimization are the keys to website success.AnQiCMS provides intuitive and powerful tools to help us easily manage website content.This article will elaborate on how to add new documents in AnQiCMS, and focus on how to set recommended properties, SEO titles, and scheduled publishing features to ensure that your content can accurately reach the target audience and achieve better search engine performance.

Start the journey of content creation: Add a new document

On AnQiCMS backend, the core task of content management starts with the 'Publish Document' feature.First, you need to log in to the AnQiCMS admin interface.In the navigation menu on the left, find and click on 'Content Management', then select the 'Publish Document' option.This will take you to the document editing page, where all content creation begins.

After entering the editing interface, the first task is to fill inDocument titleThis is the core title displayed in your document for users, which is also an important basis for search engines to identify the content theme, so it must be accurate and attractive.The document title is required and it usually appears as the page's<h1>The label content is displayed.

Next, choose a document for yourCategoryIn AnQiCMS, each document must belong to a specific category.Categorization not only helps in organizing content and user navigation, but more importantly, it determines the content model to be adopted by the document.Different content models may include different custom fields to meet the publishing needs of articles, products, and other types of content.

After that, you can inDocument contentWrite the text in the editor. AnQiCMS content editor is rich in features, providing title settings, quotes, bold, underline, font color, image insertion, video insertion, code insertion, and a variety of editing tools, as well as support for paragraph material library and uploaded image resources to ensure that you can present high-quality content in a professional layout.

After filling out the core content, other routine information can be improved as needed, such asDocument IntroductionIt is usually a brief overview of the article, recommended not to exceed 150 words. If you do not fill it manually, the system will automatically extract the first 150 words of the document content as the introduction.Document ImageUsed to set the document thumbnail, you can select from the image library or upload a new image.If the document content contains images and no thumbnail is set, the system will automatically extract the first image in the content as a thumbnail.Custom URLIt is used to set up a custom path for pseudo-static rules, the system will automatically generate pinyin according to the title, but you can manually modify it to ensure its uniqueness throughout the site.

Highlight key content: Set recommended properties

The recommended feature is a very useful function in AnQiCMS, which allows you to mark documents with specific tags, thereby achieving special display or calls of content in the front-end template.In the 'Add Document' interface, you will see a section named 'Recommended Properties'.

Here are eight available recommendation properties, including "Headline[h]", "Recommend[c]", "Slideshow[f]", "Featured[a]", "Scrolling[s]", "Bold[h]", "Image[p]", "Jump[j]".You can choose one, several, or none of the attributes based on the characteristics and display requirements of the content.For example, if a document is very important for your website, you can mark it as 'Headline' and 'Recommended', so that it can be displayed in a specific block on the front page byflag="h"orflag="c"Call these contents with parameters.

Please note that although you can set multiple recommended properties for a single document, when called on the front-end, each list or module can usually use only one property for filtering, such as byflag="h"Call all articles marked as headlines. Reasonably utilizing the recommendation attributes can effectively enhance the exposure rate of important content and guide users to pay attention.

Enhance Search Engine Visibility: Optimize SEO Title

Search engine optimization (SEO) is an indispensable part of website operation.On AnQiCMS's document publishing interface, a dedicated area is provided to help you with SEO settings.These settings are located in the collapse box of "Other Parameters", click to expand and view.

One of the most crucial fields isSEO title. This title is specifically designed for search engines, and it will serve as the page's<title>The label content is displayed in the search results. Unlike the document title, the SEO title can be more focused on the keyword layout and the matching of search intent, even if it is different from the title seen by the user on the page (i.e., the document title).A well-optimized SEO title can effectively improve the ranking and click-through rate of your content in search engines.

In addition to the SEO title, you can also enter in this areaDocument keywordPlease use English commas between multiple keywords,Separate it, as this is more in line with search engine inclusion habits. You can also click the "Select Keywords" button to choose relevant keywords from the keyword library. These keywords will be used as the page's<meta name="keywords" content="...">Label content, assists search engines in understanding the content theme. Although modern search engines have decreased the weight of keyword tags, reasonable settings are still a part of SEO basic work.

At the same time, the previously mentionedDocument Introductionis also closely related to SEO, and it acts as the page's<meta name="description" content="...">Tag content, displayed as a summary in search results. An attractive introduction can effectively increase user click-through rates.

Automated content publishing: Set scheduled publishing

To achieve more flexible and efficient content operation, AnQiCMS is built with a scheduled publishing function.This feature greatly reduces manual intervention, ensuring that your content can be automatically launched at the preset time point.

On the "Add Document" page, you will find a field named "Publish Time".By default, this field will be automatically filled with the current publish time.However, if you wish to make the document publicly available at a specific time in the future, you can manually modify the date and time here.

Set the publish time to a future date and specific time; the document will enter the pending publication state.The AnQiCMS 'Time Factor-Scheduled Publishing Function' will continue to monitor in the background. Once the system time reaches the scheduled publishing time you set, the document will automatically go live and be visible to all users.This feature is especially suitable for holiday content, event warming-up, serial article连载, and helps you achieve automated content management.

Make sure you enter the time format correctly2006-01-02 15:04:05(Go language standard time format) to avoid failure due to format errors during scheduled publication.

By following these detailed steps, you can fully master adding documents in AnQiCMS, effectively utilize recommended properties, SEO titles, and scheduled publishing functions, thereby achieving high-quality content output and improving website operation efficiency.


Frequently Asked Questions (FAQ)

Q1: After the document is published, why is it not displayed on the front page?

A1: The document may not display after publication for various reasons.First, please check if you have set the scheduled release and the release time has not yet arrived.Next, confirm that the document has been selected with the correct category, and that category is visible on the front end.Moreover, after the content is published, there may be caching on the backend. You can try clicking the 'Update Cache' feature on the backend to clear and refresh the data.If the issue still exists, please check the review status of the document to ensure it has been approved.

What are the differences and connections between the SEO title, document keywords, and document summary?

A2: SEO title (meta title) Document keywords (meta keywords) and document summary (meta descriptionThese are three important elements that constitute the SEO foundation of a webpage. The SEO title is the most prominent part of the search engine results page, directly affecting click-through rate;The document keywords are the vocabulary list that assists search engines in understanding the page topic;The document summary is a content abstract in the search engine results page, attracting users to click.They collectively convey the core information of the page content to search engines and users, but with different focuses.SEO titles and descriptions are directly aimed at users, aiming to increase click-through rates, while keywords are more for suggesting search engines.In AnQiCMS, these can all be finely configured during document publishing.

Q3: How to call and display recommended properties (such as "headline", "recommended") in the front-end template?

A3: AnQiCMS's recommended properties are implemented through template tags (such asarchiveList) cooperate withflagParameters can be called. For example, if you set a document to "Headline[h]", your front-end developer can use it in the template.{% archiveList archives with flag="h" limit="5" %}This tag can be used to fetch and display the latest 5 headline articles.These properties provide great flexibility for the front-end display of content, allowing you to highlight specific content based on operational strategies to enhance user experience and content access efficiency.

Related articles

How does AnQiCMS implement multi-level category nesting calls and document list display?

In the operation practice of AnQiCMS, flexible content organization and presentation is the key to attracting and retaining users.The nested call of multi-level classification and the dynamic display of document lists is the core embodiment of AnQiCMS giving operation personnel strong content management capabilities.By skillfully applying system template tags, we can not only build a clear website structure but also present content accurately according to the reader's needs.

2025-11-06

How to perform conditional judgment (if-else) and loop traversal (for) in AnQiCMS templates?

AnQiCMS (AnQiCMS) is an efficient and customizable content management system. Its template engine design philosophy is to simplify the complexity of content presentation, allowing website operators to focus on content organization and optimization.In the daily operation of websites, we often need to display content based on different conditions, or iterate through list data for dynamic rendering.AnQi CMS provides intuitive and powerful template tags, the most basic and core of which are conditional judgment (`if-else`) and loop traversal (`for`) tags.

2025-11-06

How to include common code snippets like header and footer in AnQiCMS templates?

As an experienced AnQiCMS website operator, I am well aware of the importance of website template efficiency and maintainability for daily work.A well-designed template structure that ensures consistency in the brand image of the website, improves user experience, and significantly reduces the cost of content updates and website maintenance.In AnQiCMS, reasonably introducing common code snippets, such as the website header and footer, is the key to achieving this goal.

2025-11-06

What kind of template engine syntax does AnQiCMS support and how easy is it to learn?

As an experienced CMS website operation personnel, I fully understand the importance of an efficient and easy-to-use content management system for our daily work.Among other things, the flexibility and learning curve of the template engine are directly related to the efficiency of content display and the customizability of the website.AnQiCMS on this point, has provided us with a very friendly solution. ### AnQiCMS Template Engine Syntax Parsing One of AnQiCMS's core strengths lies in the template engine syntax it adopts.

2025-11-06

How to manage document categories in AnQiCMS and how to set custom fields for categories?

As a website operator who deeply understands the operation of AnQiCMS, I know the importance of content organization and personalized display for attracting and retaining users.In AnQiCMS, the management of document categories and the setting of custom fields are the core links to achieve this goal.A well-structured classification can help users quickly find the information they need, and flexible custom fields make content display more in-depth and diverse. ### Document Classification Management: Build a Clear Content Architecture In AnQiCMS, document classification is the foundation of website content organization.

2025-11-06

How to perform batch keyword replacement operations for documents in AnQiCMS backend?

As a senior practitioner who is deeply engaged in CMS content operation for enterprise safety, I know how crucial it is to efficiently update and maintain content in daily website management.AnQi CMS is not only favored for its simple and efficient architecture, but also for its powerful feature set, becoming a powerful assistant for us to improve operational efficiency.Among them, the document batch keyword replacement function is particularly prominent, which can help us unify the correction of content, ensure the timeliness and accuracy of information, and greatly reduce the burden of manual editing.

2025-11-06

What types of custom fields are supported in the AnQiCMS content model, and how do you add them?

In the operation practice of AnQi CMS, the flexible application of content models and custom fields is the key to improving website content management efficiency and achieving personalized display.As a website operator deeply familiar with AnQiCMS features, I will elaborate on the types of custom fields supported in the content model and their addition methods, helping you fully tap into the potential of AnQiCMS. AnQi CMS is dedicated to providing highly customizable content management solutions, among which 'flexible content model' is one of its core strengths.

2025-11-06

How to create, manage and call document tags in AnQiCMS

As a senior website operations manager for AnQi CMS, I am well aware of the importance of tags in content management and user experience.Labels can not only help us better organize content, improve the SEO performance of the website, but also guide users to discover more interesting information.I will give a detailed introduction on how to create, manage and call document tags in AnQiCMS to help you operate your website.

2025-11-06