...
Note |
---|
Backend documentation in progress |
Given url is formatted and set in <link> element on page
vendor/creativestyle/magesuite-seo-canonical/view/frontend/templates/canonical.phtml
Code Block |
---|
<?php $canonicalUrl = $block->getCanonicalUrl(); if ($canonicalUrl): ?> <link rel="canonical" href="<?= $canonicalUrl; ?>"> <?php endif; |
...