Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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;

...