One more request on this.. so far is is working great!
The only issue - my homepage document alias is "Home", so the rel tag is printing out as:
Ideally that should be written as
(withough "Home")
I'm still quite new to all of this - but have found this macro - can I use it to write a static value for the Homepage (to exclude the Home alias), and then use the dynamic macro for all other pages?
{%CMSContext.CurrentDocument.NodeAliasPath|(notequals)/Home|(identity)GlobalAdministrator%}
It don't quite understand the K# syntax. What I want is (please forgive the crazy pseudocode! ) :
if (NodeAliasPath = "Home") {
print // removes "Home" for this one page
}
else //print the regular macro version
{
print
}