Return the full canonical URL (including the primary web domain) for this document. Primarily for use in a <link rel="canonical" href="[canonicalurl]" /> tag for SEO purposes.
STRING
$this->document->getCanonicalURL();
<link rel="canonical" href="<?php echo htmlspecialchars($this->document->getCanonicalURL()) ?>" />