Created
December 19, 2017 10:56
-
-
Save stafast/290f876a23ace52434cbf7447d005374 to your computer and use it in GitHub Desktop.
TYPO3 Meta Canonical Tag with baseUrl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
headerData { | |
10 = TEXT | |
10 { | |
typolink { | |
parameter.data = page:uid | |
parameter.intval = 1 | |
useCacheHash = 0 | |
addQueryString = 1 | |
addQueryString.method = GET | |
addQueryString.exclude = id, cHash, tx_pagebrowse_pi1[page] | |
returnLast = url | |
forceAbsoluteUrl = 1 | |
} | |
wrap = <link rel="canonical" href="|" /> | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment