What is the role of `canonical_url` and `fixed_link` in document details for SEO and link management?

Calendar 👁️ 69

In website operation, the health status of links and the friendliness to search engines is the foundation for the success of the website. Anqi CMS provides us with two key fields:canonical_urlandfixed_linkThey play a crucial role in the document details, helping us optimize the website's search engine performance and effectively manage links.

canonical_url: the main version of the content is specified

Imagine that your website might have multiple URLs pointing to the same or highly similar content for various reasons. For example, an article may be accessed under different categories, or different URL forms may be generated due to search parameters, session IDs, print versions, and so on (such as:yourdomain.com/article/title/yourdomain.com/category/article/title/yourdomain.com/article/title?sessionid=xyz)。In the eyes of search engines, these may be different pages, and they may therefore分散 "link weight", making it difficult for search engines to determine which is the authoritative version, thereby affecting the ranking of the page.

canonical_url(Standard URL) is designed to solve this problem. It does not change the actual access address of the page, but passes through the HTML header of the page.<link rel="canonical" href="..."/>Label, clearly declare to search engines: Although there are multiple URLs to access this content, I hope you willhrefThis URL is considered the “main version” or “authoritative version” of the content.

In the document details of AnQi CMS,canonical_urlThe field allows you to specify this main version link for each document. By setting it reasonably, you can:

  • Concentrate SEO weightAvoid search engines from分散对duplicate content evaluations, concentrate all the "weight" pointing to the specified standard URL, thereby improving the ranking of that URL.
  • Avoid repetition content penalty: Send a clear signal to search engines to distinguish between genuine duplicate content and similar content caused by technical reasons, to avoid being misjudged as malicious duplication and affecting the overall reputation of the website.
  • Optimize crawling efficiencyHelp search engines crawl and index your website more efficiently, because they know which pages need to be prioritized for processing and display.

fixed_link: create a stable and friendly access path

withcanonical_urlMainly aimed at different search engines,fixed_link(Fixed link) Pay more attention to user experience and the persistence of links.It represents the actual URL that is displayed to the public, which users can directly access and share.A good fixed link, like a clear and understandable address, makes it easy for users and external platforms to find and remember your content.

In AnQi CMSfixed_linkThe field allows you to set a stable and usually descriptive URL for each document. Its main function is to:

  • Enhancing user experience: A concise and meaningful fixed link is easier for users to understand and remember, for exampleyourdomain.com/products/latest-phone明显优于yourdomain.com/view.php?id=12345.
  • 便于内容分享和传播A stable and beautiful one is shared on social media or cited on other websites by users.fixed_linkIt can increase the click-through rate and trust of the link.
  • Ensure the longevity of the link.Even if the internal structure of your website is adjusted, such as moving an article from one category to another, as long asfixed_linkMaintaining the status quo will ensure that all external entries pointing to this link will continue to be valid, avoiding a large number of '404 Page Not Found' errors and maintaining the authority and user loyalty of the website.
  • Beneficial for brand recognition:A carefully designedfixed_linkCan integrate brand keywords to enhance the professional image of the website

Both collaborate to build an excellent link management

In AnQi CMS,canonical_urlandfixed_linkIt is not a replacement but complementary.fixed_linkIt is the actual access path of the content, pursuing stability, friendliness, and readability, which directly affects the experience of users and external links.canonical_urlIt works behind the scenes, telling search engines which is the true content, solving the problem of URL diversity caused by technology or other reasons, and avoiding waste of SEO resources.

In most cases, yourfixed_linkwill becanonical_urlpreferred value. But in some complex scenarios, for example, if you want a page to have different ones in a specific marketing campaign,fixed_linkBut also do not want the search engine to treat it as new content, you can maintainfixed_linkwhile keeping it unchanged, manually adjustcanonical_urlpoint to the standard page you want.

fully understand and make good use of the features provided by Anqi CMS.canonical_urlandfixed_linkThe function allows us to manage website links more finely, ensuring a smooth user experience while also helping the website gain better visibility and ranking in search engines, which is an indispensable strategy for content operation.


Frequently Asked Questions (FAQ)

Q1:canonical_urlandfixed_linkIs it always the same?

A1:In most cases, in order to simplify management and optimize SEO, Anqi CMS will automatically change the document'sfixed_linkas itscanonical_url. This means that the actual link accessed by users is (fixed_linkThat is the 'main version' link that search engines will recognize and index (canonical_url)。However, they are not always consistent.canonical_urlto coverfixed_linkto guide the search engine.

Q2: When do I need to manually set it?canonical_url?

A2:When your website shows the following situations, you may need to consider setting or checking manuallycanonical_url:

  1. Content duplicationThe same content is generated multiple access addresses within the website through different paths (such as different categories, tags, and parameter URLs).
  2. Cross-domain/cross-protocol content: Your content may exist under different domain names or protocols (HTTP/HTTPS), and you only want one of them to be indexed by search engines.
  3. Content integration/distribution: You will distribute the content to other platforms (such as WeChat Official Accounts, Zhihu Columns, etc.), which may provide a settingcanonical_urlThe option, pointing to your original page, to ensure the SEO advantage of the original content.
  4. A/B testingWhen conducting A/B testing, if the content of different versions of the page is highly similar, but you want the search engine to index only one version.

Q3: Modify a published document'sfixed_linkWhat will be the impact?

A3:Modify a published document'sfixed_linkbe very careful. This will cause the original link to become invalid, resulting in:

  1. user experience is damaged: Users who have previously favorited, shared, or accessed through a search engine may see the "404 page not found" error.
  2. SEO ranking decline: Search engines will treat old links as invalid, needing to rediscover and evaluate new links, which may cause the search engine ranking of this page to temporarily or permanently decline and lose accumulated link weight.
  3. loss of external link value: The external link value of other websites pointing to your old link will be lost.

if you must modifyfixed_linkIt is strongly recommended to set up 301 redirects (permanent redirects) in AnQi CMS, redirecting old links to new links.This can tell search engines and users that the page has been permanently moved and attempts to retain the SEO weight of the old links as much as possible.

Related articles

How to interpret the `flag` recommended attribute in the document details, for example, what do `h`, `c`, `f`, and others represent?

In AnQi CMS, the recommended attribute `flag` is a very practical feature in content operations. It allows us to classify and label document content, thereby enabling personalized display and filtering in different areas of the website.Understanding the meaning of these brief letter codes can help us manage and present website content more efficiently.Where can I find the `Flag` attribute? This important `flag` attribute appears in several key interfaces, it is both the characteristic of the document itself, and the important basis for querying and filtering documents. First

2025-11-09

What do the `logo` and `thumb` fields represent in the document details, and what is the difference between them?

When managing content in Anqi CMS, we often encounter questions about image fields, especially the `logo` and `thumb` fields, which are both involved in image representation in the document detail interface (`archiveDetail`), but have subtle yet important differences in actual use and meaning.Understanding their differences can help us better optimize the visual presentation and loading performance of the website.### `logo` field: the "identity card" of the document When we talk about the `logo` field

2025-11-09

How is the `images` field (document group image) stored and parsed in the document details?

When using AnQiCMS to manage website content, images are undoubtedly an important element in enhancing the attractiveness of the content, especially when we want to add a series of related images to the document, the album feature becomes particularly crucial.So, how are these group images stored and parsed in the AnQiCMS document details?Understanding this will help us better utilize AnQiCMS for content creation and display.### The storage mechanism of document group charts First

2025-11-09

How to get the current view count (`views`) and comment count (`comment_count`) of the document?

When operating a website, understanding which content is more popular and which topics can spark discussion is crucial for optimizing content strategy.AnQiCMS (AnQiCMS) provides us with a convenient way to obtain this key data, such as the number of page views and comments on articles.Let's take a detailed look at how to obtain this information through the Anqi CMS API interface.

2025-11-09

Is the `created_time` and `updated_time` field of the document in Unix timestamp, how to perform time format conversion?

In AnQiCMS (AnQiCMS), when you obtain various information such as documents, categories, attachments, and users through the API interface, you will find that fields like `created_time` (creation time) and `updated_time` (update time) are usually presented in integer form.This is indeed the Unix timestamp format commonly used by many systems, including AnQiCMS.### What is Unix timestamp? Unix timestamp, also known as POSIX time or Epoch time, is a way to represent time

2025-11-09

The value of the `status` field in the document details, for example 1, specifically indicates which display status the document has?

When using AnQi CMS to manage website content, you may encounter various technical parameters, one of which seems simple but is crucial is the `status` field in the document details.It acts like a 'switch' for the content, quietly controlling whether your article, product, or other information can be seen by visitors. Then, what does this `status` field specifically represent?In simple terms, it is an integer value used to mark the current display state of the document.

2025-11-09

If the document is a product type, how can you get its `price` (price) and `stock` (stock) information?

In Anqi CMS, if you are managing documents of product types and need to obtain specific price (`price`) and stock (`stock`) information for these products, it is actually very direct and convenient.The design of AnQi CMS considers such needs, making these key data as one of the core attributes of the document, you can easily obtain them through several core interfaces.### Get the price and stock information of a single product document When you need to view the price and stock of a specific product, AnQi CMS provides the `archiveDetail` interface

2025-11-09

What detailed information will the nested `category` object return?

When we explore the mysteries of content in AnQi CMS, we often need to obtain detailed information about the documents.The `archiveDetail` interface provides us with rich document data, and the nested `category` object is a frequently overlooked but extremely important repository of information.It is not just a simple classification ID, but a complete entity containing all the metadata of the classification, which provides great convenience for us to deeply understand the context of the document and to carry out refined content display.

2025-11-09