How to create a Permalink ?

Undraw Through The Park

About

permalink are short links that will be permanently accessible even if the page is moved

Generated

A generated permalink is a link that uses the page id as page path

As the id is guaranteed never to change, it's the real / true permalink.

  • You can add a permalink to your page with the permalink component.
<permalink/>
  • Result: The generated permalink for this page is:


A generated permalink performs a permanent redirection to the page url

Named

A named permalink is a link that uses the canonical as page path

Note that a canonical is not a true permalink as it may be modified (It should not, but you never know)

  • You can add a named permalink in your page with the permalink component:
<permalink named strict="false"/>
  • The named permalink for this page is:



A named permalink performs a permanent redirection to the page url.

  • By adding strict=false, no link is shown and no error is reported if a canonical is not present.
  • For the named permalink, you can set a default canonical value with the autocanonical feature. It allows using this feature without setting the canonical value for each page.




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw File Analysis 8k9b
All the metadatas that you can set for your pages

Page Metadata are page configuration. They are also known as: semantic data. or structured data The metadata can be seen and modified via the Metadata Manager. There is two groups of metadata:...
Undraw My Documents
Automatic Canonical Path

This feature provides a default value to the router for the canonical path based on the last parts of the page path. It allows therefore a named permalink redirect based on the canonical. slots For...
Undraw Through The Park
ComboStrap - Request Router

The request router is the entry point of all requests made on your website. It will redirect them to the correct page, even protect your website against bad behavior. When you choose a permanent...
Undraw My Documents
ComboStrap Page Metadata - Canonical URL

A canonical is a short unique path identifier for a page on your website. The canonical is used to create a named permalink in order to get quickly to a page without knowing its full path Example:...
Undraw Through The Park
ComboStrap URL Management - Redirection

A redirection occurs when a missing/non-existing page is requested. The processing and the type of redirections executed are explained below. ComboStrap performs four kind of redirection: a transparent...
Undraw My Documents
UUID (Universally Unique IDentifier)

The page_id field stores a identifier for your page that is unique for your website. It's a random generated string of length 12. The page_id of this page is: It is used to create: a permalink...
Page Explorer List Name To Ui Region
Page-explorer: adding page navigation easily to your website

With the page-explorer component, you can add an explorer like panel that will list your pages in a list or collapsible tree fashion
Social - Share Button

With the share component, you can add easily share buttons. This article shows you how.
Undraw Through The Park
What are permanent redirects ?

This articles explains you what a permanent redirect is and when they are executed



Task Runner