page.header.canonical ViewHelper <vhs:page.header.canonical> 

Returns the current canonical url in a link tag.

Arguments 

additionalAttributes 

DataType
mixed
Required
false
Description
Additional tag attributes. They will be added directly to the resulting HTML tag.

data 

DataType
mixed
Required
false
Description
Additional data-* attributes. They will each be added with a "data-" prefix.

aria 

DataType
mixed
Required
false
Description
Additional aria-* attributes. They will each be added with a "aria-" prefix.

pageUid 

DataType
integer
Required
false
Description
The page uid to check

queryStringMethod 

DataType
string
Default
'GET'
Required
false
Description
From which place to add parameters. Values: "GET", "POST" and "GET,POST". See https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Typolink/Index.html, addQueryString.method

normalWhenNoLanguage 

DataType
boolean
Required
false
Description
DEPRECATED: Visibility is now handled by core's typolink function.