In today's digital world, every detail of a website can affect its performance in search engines and the first impression of users.Page title (Title) serves as the 'facade' of the website content, its importance is self-evident.It is not only a key clue for search engines to understand the theme of a page, but also a direct factor for users to decide whether to click in the search results.

Auto CMS (AutoCMS) knows this well and is committed to providing users with efficient, customizable content management solutions, including fine-grained control over page titles.As a senior website operations expert, I know that every minor adjustment can bring long-term value.sepAttribute custom page title separator, to further optimize your website SEO and brand presentation.

Page title: Details reveal the true character.

In website operation, the composition of page titles usually includes multiple parts, such as article titles, category names, and even website brand names.These parts need a clear separator to distinguish them, in order to improve readability.{% tdk %}Tags to dynamically generate and call.

By default, if you do not specify it explicitly, Anqi CMS will use half-width hyphens-As a connector between different parts of the page title.For example, the title of your article may be "AnQi CMS Quick Start TutorialSuch default settings are comprehensive in functionality, but in some scenarios, you may want to use other symbols to enhance the visual effects or match the brand style.

The charm of custom delimiters:sepIn-depth analysis of properties

It is precisely to meet this refined need that Anqi CMS providessepThis property allows you to calltdkLabel acquisition page title, freely specify the separator of each part of the connection title.

sepThe use of properties is very intuitive, it acts astdka parameter of the tag, used to obtainTitleIt defines the delimiter. Its default value is-, but you can easily change it to any character or string you want.

Let's understand its usage with a simple example:

If you want to use an underscore_Just write like this in the template:

<title>{% tdk with name="Title" sep="_" %}</title>

This may make your page title become "AnQi CMS Quick Start Tutorial_AnQi Content Management System".

You can also try other common symbols to find the delimiter that best suits your website style and SEO strategy. For example:

  • Use the pipe symbol and add space to increase the visual separation between parts of the title:
    
    <title>{% tdk with name="Title" sep=" | " %}</title>
    
    The effect may be: "Quick Start Guide to AnQi CMS | AnQi Content Management System"
  • Use double colons to create a more formal or unique feel:
    
    <title>{% tdk with name="Title" sep=" :: " %}</title>
    
    The effect may be: "AnQi CMS Quick Start Guide :: AnQi Content Management System"
  • Even commas can be used to add a list-like reading experience in specific contexts:
    
    <title>{% tdk with name="Title" sep=", " %}</title>
    
    The effect might be: "Quick Start Tutorial for AnQi CMS, AnQi Content Management System"

This seemingly minor change can significantly improve the brand recognition and SEO details of your website.A clear, beautiful, and brand-tuned title separator that allows users to easily identify your website among a massive amount of search results, thereby improving the click-through rate.

Practice Application: Where to modify and how to take effect?

To customize the title separator in the Anqi CMS, you need to edit your template file. In most cases, the page title ismetaInformation will be concentrated in the public header template of the website, for examplebase.htmlor through{% include "partial/header.html" %}Introducedheader.htmlfile.

  1. 定位template file:According to the template design conventions of Anqi CMS, first find the template folder you are currently using, and then look for the file responsible for outputting<head>part (especially<title>the label) file. This is usuallybase.htmlEnglish, or it may bebase.htmlreferenced public segment file.
  2. Find{% tdk %}Tags:In the file, find the one used for outputting the page title,{% tdk with name="Title" %}Label.
  3. AddsepProperties:Inname="Title"After that, addsepproperty and specify the delimiter you want.

It is worth mentioning that,sepThe attribute will be unified controlledtdkThe separation style of other properties related to the title in the tag. For example, if you have enabledsiteName=trueto add the website name at the end of the title ({% system with name="SiteName" %}value), orshowParent=trueThis will display the parent category title.sepThe properties will seamlessly integrate between these sections. For example:

<title>{% tdk with name="Title" siteName=true sep=" | " %}</title>

This will ensure that the entire page title structure maintains a consistent style.

SEO and User Experience Optimization Suggestions

Choosing a suitable delimiter is not arbitrary; it concerns the overall image and SEO effect of the website. The following are some suggestions:

  • Maintain consistency:Once a delimiter has been selected, try to maintain consistency throughout the entire site. This helps to strengthen the brand image and allows search engines to form a unified understanding of your site structure.
  • Consider readability:Avoid using overly complex or lengthy separators, as this may reduce the efficiency of users quickly understanding the title in search results. Conciseness is the **choice.
  • Consider character limits:AlthoughsepThe title is usually short, but the total length of the title is still an important factor in SEO. Make sure the custom separator does not make the entire title exceed the display length limit of the existing search results.
  • Test effect:Modify it, make sure to check the display effect of the title in the browser tab, favorites, and most importantly, the search engine results page (SERP), to ensure that it meets expectations and is attractive.

Summary

Anqi CMS'ssepProperty provides a simple yet powerful tool that allows website operators to have more detailed control over the display of page titles.Through the clever use of this attribute, you can not only make the website title more in line with the brand style, but also attract users' attention with a clearer and more professional posture in the vast sea of search engine results.sepThe attribute is another tool provided by AnQi CMS for you.


Common Questions (FAQ)

1.sepDoes the attribute directly affect the SEO ranking of the website?

sepThe attribute itself will not directly improve your keyword ranking.However, a clear, beautiful, and brand-toned title separator can indirectly affect SEO, mainly through improving user experience and increasing click-through rate (CTR).When the title is more readable and professional in the search results, users are more likely to click on your link, and click-through rate is one of the important indicators for search engines to judge the relevance and quality of the page.

2. On which pages of AnQi CMS can I use it?sepProperty comes from custom title separator?

sepProperty is used anywhere{% tdk with name="Title" %}The template file that outputs the page title is valid in all tags. This means you can use it on all pages of the website (including the homepage, article detail page,