Jumping over to the 8.1 site, if I add this to the master template layout, via Kentico, not code files, I get the results I want. However, if I place this in the header block, the value isn't parsed and is included in the header as-is.
<link rel="canonical" href="<%= CMS.DocumentEngine.DocumentContext.CurrentDocument.AbsoluteURL %>"/>
Is there a way to get this into the header without touching the code files? I can't seem to figure out which master page is being used as I've updated every combination I could find on the server without error or output.