ComboStrap Page Metadata - Automatic Canonical
Table of Contents
1 - About
This feature creates automatically a canonical value (ie a page identifier) based on the last part of a DokuWiki Id.
There is no automatic canonical created for the strap bars as they are not intended to be accessed directly.
2 - Articles Related
3 - Example
For example, if you have a Dokuwiki Id with the value
seo:backlink
This feature will:
- not create a canonical if the minimal number of name configuration is 0
- create a canonical of:
- backlink if the minimal number of name configuration is 1
- seo:backlink if the minimal number of name configuration is 2
4 - Configuration
If the configuration BestEndPageMinimalScoreForIdRedirect has a value of:
- 0 disable this features
- 1 will create a canonical with the first last name part
- 2 will create a canonical with the last two name parts
- For small website, this configuration is set to 1
- For bigger website, this configuration is set to 2
To have a value above 2 is not really common and should be avoided.