The TDK (Title, Keywords, Description) information on the homepage is crucial for the website's performance in search engines.It is not only the key for search engines to understand the core content of a website, but also an important basis for users to decide whether to click on the website in the search results page.安企CMS as an efficient content management system, provides intuitive and convenient TDK management functions, allowing us to easily optimize the visibility of the homepage in search engines.

Where is the setting location of the TDK of the website homepage?

In the AnQi CMS, setting the TDK information of the home page is very direct.We just need to log in to the backend management interface, find the "Backend Settings" option in the left menu bar.In the sub-menu of "Background Settings

This page provides us with three core fields, which correspond to the title, keywords, and description of the homepage:

  1. Home Title (Title)This is the title displayed in the search results of search engines, as well as the text displayed in the browser tab.Fill in the content, we should ensure that it is concise and clear, can accurately summarize the core theme of the website, and can be appropriately integrated with the brand name.A good title can quickly attract users' attention.
  2. Home page keywords (Keywords)This field is used to fill in the core keywords highly related to the home page content.Although modern search engines have reduced the weight of Keywords tags, they are still an important signal for search engines to understand the content of a website.,Separate them, which is more in line with the recognition habits of search engines.
  3. Home page description (Description)This text will be displayed as a summary on the search engine results page (SERP) of the website, briefly introducing the content of the website.It needs to be attractive, able to guide users to click, and naturally integrate with the main keywords.

Home page TDK information display and call in the front-end

When we have completed the TDK settings on the backend and saved them, this information will not be visible to the naked eye on the front page immediately.They are mainly reflected in the HTML code of the website front-end page, for search engine crawlers to fetch and parse.

In particular:

  • Title (Title)The "Home page Title" content we set will be displayed in the HTML's<head>area within<title>Tags. In the template system of AnQi CMS, you can{% tdk with name="Title" %}Such labels to flexibly call. For example, if we want to automatically append the website name at the end of the title on the home page, we can usesiteName=trueparameters, and they can be accessed viasepThe parameter comes from the separator between the custom title and the website name.
  • Keywords (Keywords)The content of the "Home Keywords" set will be displayed in the HTML of<head>area within<meta name="keywords" content="...">Labels. In template files, the common way to obtain these keywords is to use{% tdk with name="Keywords" %}Label.
  • Description: and the content of 'Home Description' will be displayed in the HTML.<head>area within<meta name="description" content="...">Tag in. In the template, we can use{% tdk with name="Description" %}the tag.

The template system of AnQi CMS providestdkThis versatile tag greatly simplifies the process of calling these important SEO information, ensures the accuracy and flexibility of front-end display, allowing us to focus more on content creation and website operation itself.

The importance and practical suggestions of TDK optimization

TDK is the basic link of SEO optimization, directly related to the exposure rate of the website in search engines and the click-through rate of potential users.A reasonable TDK setup can help a website achieve better rankings and more natural traffic.

  • Home Page Title:Strive for uniqueness, including the core business and brand name of the website. It is usually recommended to keep the number of characters between 60-80 to ensure complete display in search results.
  • Home page keyword:Choose those words that are highly relevant to the website content and have a certain search volume. It is not advisable to stack too many keywords, usually 3-5 core keywords are appropriate.
  • Homepage descriptionWrite an engaging abstract that not only attracts users to click but also naturally integrates core keywords, usually controlled within 150 words.

The Anqi CMS is designed to be very SEO-friendly, and it includes a series of advanced SEO tools such as Sitemap generation and Robots.txt configuration.Combining our meticulously set TDK, these features will work together to effectively enhance the overall performance of the website in search engines.

Through the friendly backend interface of AnQi CMS and the powerful template tag function, the setting and management of the home page TDK of the website has become simple and efficient, laying a solid foundation for the website's SEO optimization and helping us better achieve the marketing goals of the website.


Common Questions (FAQ)

  1. 问:Why does the home page TDK not show any changes even though I have set it?

    • 答:In the Anqi CMS, certain settings changes made in the backend may require clearing the system cache to take effect on the frontend.You can try to find the 'Update Cache' feature in the left menu of the background management interface, click to execute to clear all system caches.{% tdk %}Use tags to call TDK information, ensuring there are no omissions or spelling errors.
  2. 问:How to set the TDK for other pages such as article detail pages and category pages in addition to the homepage TDK?

    • 答:English CMS allows you to set TDK individually for different types of pages, which is crucial for fine-grained SEO.
      • Content of documents such as articles and productsIn the "Content Management" section, under the "Publish Document" or "Edit Document" interface, you can find the fields such as "SEO Title", "Document Keywords", and "Document Summary" in the "Other Parameters" area.
      • Document Classification PageIn the "Content Management" under the "Document Classification" editing page, there are also fields such as "SEO Title", "Keywords", and "Category Description" for you to fill in.
      • Single-page (e.g., "About Us:TDK information is set under "Page Resources" in "Page Management" on the page. TDK information for these page types is usually automatically called in the corresponding page template, or can be called through specific template tags (such asarchiveDetail/categoryDetail/pageDetailwithname="SeoTitle"using parameters) to accurately obtain and display.
  3. Question: Are there any word count limits or filling suggestions for the title, keywords, and description fields of TDK?

    • 答:The TDK field of Anqi CMS usually does not have a strict word count limit, but in order to achieve the **SEO effect and user experience**, we strongly recommend following the **practices** of search engines:
      • Title (Title):Suggested to be within 60-80 characters, ensuring complete display in search results and including core keywords and brand names.
      • Keywords (Keywords)Select 3-5 core keywords that are highly relevant to the page content and have search volume, and avoid堆积。
      • Description:Write a 150-character abstract that is attractive, summarizes the page content, and naturally incorporates core keywords to enhance user click-through rate.