I recently started working with a client who has a website that's built on angular js. I noticed that their canonical link elements are interestingly structured. Instead of the actual URL, the canonical specifies the following:
href="{{pageHost}}{{storymeta.og_url}}"
Has anyone else encountered this sort of dynamic canonical link element before?