The TDK (Title, Keywords, Description) information on the home page is crucial for the performance of the website 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 a website in the search results page.AnQi CMS is an efficient content management system that provides an intuitive and convenient TDK management function, allowing us to easily optimize the visibility of the website homepage in search engines.
The location of the TDK setting on the homepage
In Anqi CMS, setting the TDK information of the home page is very direct.We only need to log in to the background management interface, find the "Background Settings" option in the left menu bar.In the submenu of 'Background Settings', click to enter the 'Home TDK Settings' page, which is a dedicated place for managing the TDK information of the website homepage.
This page provides us with three core fields, which correspond to the title, keywords, and description of the homepage:
- Home Title (Title)This is the title displayed in the search results of the search engine, as well as the text displayed in the browser tab.When filling in, we should ensure that it is concise and clear, accurately summarizing the core theme of the website, and can be appropriately integrated with the brand name.A good title can quickly attract the attention of users.
- Home page keywords (Keywords)This field is used to fill in the core keywords highly relevant to the website's homepage.Although modern search engines have reduced the weight of the Keywords tag, it is still an important signal for search engines to understand the content of a website.Keywords separated by commas should be recommended in English
,Splitting, as this is more in line with the identification habits of search engines. - Home page description (Description)This text will serve as the summary of the website on the search engine results page (SERP), 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.
Presenting and calling the TDK information of the homepage on the front end
After completing the TDK settings in the background and saving, this information will not be visible to the naked eye on the front page immediately.They are mainly present in the HTML code of the website's front-end pages, for search engine crawlers to grab and parse.
In particular:
- Title (Title)The content of the "home page title" we set will be displayed in the HTML's
<head>within the region<title>in the tag. In the Anqi CMS template system, you can use{% tdk with name="Title" %}Use such a label to call flexibly. For example, if we want to automatically append the website name at the end of the title on the homepage, we can usesiteName=trueparameters, and can be passed throughsepThe parameter comes from the separator between the title and the website name. - KeywordsThe content of the "Home Keywords" set will be displayed in the HTML of
<head>within the region<meta name="keywords" content="...">In the tag. The common way to obtain these keywords in the template file is to use{% tdk with name="Keywords" %}. - Description: While the content of the 'Home Description' will be displayed in the HTML's
<head>within the region<meta name="description" content="...">In the tag. In the template, we can use{% tdk with name="Description" %}Tag to call it.
The Anqi CMS template system passedtdkThis versatile tag greatly simplifies the process of calling these important SEO information, ensuring the accuracy and flexibility of the 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 setting can help a website achieve better rankings and more natural traffic.
- Home titleStrive for uniqueness, including the core business and brand name of the website. It is recommended to keep the number of characters between 60-80 to ensure complete display in search results.
- Home page keywords:Choose words that are highly relevant to the website content and have a certain search volume. It is not advisable to clutter too many keywords, usually 3-5 core keywords are appropriate.
- Home page 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 comes with a series of advanced SEO tools such as Sitemap generation, Robots.txt configuration, and more.Combine our carefully set TDK, these features will work together to effectively enhance the overall performance of the website in search engines.
By using the friendly backend interface and powerful template tag features of AnQi CMS, the setup and management of the website's home page TDK has become simple and efficient, laying a solid foundation for the website's SEO optimization and helping us better achieve our marketing goals.
Frequently Asked Questions (FAQ)
Why did I set the homepage TDK, but the website front-end did not show any changes?
- Answer: Certain setting changes made in the background of AnQi CMS may require clearing the system cache for them 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 cache.If the issue still exists, please check if your template file has been used correctly
{% tdk %}Tags to call TDK information, make sure there are no omissions or spelling errors.
- Answer: Certain setting changes made in the background of AnQi CMS may require clearing the system cache for them 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 cache.If the issue still exists, please check if your template file has been used correctly
Ask: How to set TDK for other pages such as article detail pages and category pages, in addition to the home page?
- Answer: Anqi CMS allows you to set TDK individually for different types of pages, which is crucial for fine-grained SEO.
- Documents such as articles and products.In the 'Content Management' under the 'Publish Document' or 'Edit Document' interface, you can find fields such as 'SEO Title', 'Document Keywords', and 'Document Summary' in the 'Other Parameters' area to set.
- Document Classification PageIn the 'Content Management' under the 'Document Classification' editing page, there are also fields such as 'SEO Title', 'Keywords', and 'Category Introduction' for you to fill in.
- Single page (e.g., 'About Us', 'Contact Us', etc.): TDK information is set under "Page Resources" in "Page Management".
TDK information for these page types is usually automatically called in the corresponding page template, or it can be called through specific template tags (such as
archiveDetail/categoryDetail/pageDetailcooperatename="SeoTitle"Specify the parameters to accurately obtain and display.
- Answer: Anqi CMS allows you to set TDK individually for different types of pages, which is crucial for fine-grained SEO.
Question: What are the character limits or filling suggestions for the title, keywords, and description fields of TDK?
- Answer: The TDK field of Anqi CMS itself does not have strict technical word count limitations, but in order to achieve **the SEO effect and user experience**, we strongly recommend following the **practice** of search engines:
- Title (Title): Suggest to keep within 60-80 characters, ensuring complete display in search results and inclusion of core keywords and brand names.
- KeywordsSelect 3-5 core keywords that are highly relevant to the page content and have search volume, and avoid stacking.
- DescriptionWrite a 150-word summary that should be attractive, able to summarize the page content, and naturally integrate core keywords to enhance user click-through rate.
- Answer: The TDK field of Anqi CMS itself does not have strict technical word count limitations, but in order to achieve **the SEO effect and user experience**, we strongly recommend following the **practice** of search engines: