Allow metatag to remove duplicate canonicals
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3554759. --> Reported by: [balagan](https://www.drupal.org/user/1230072) Related to !42 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Drupal core adds a default canonical tag. Metatags adds its customized canonical tags, and removed duplicates. PEVB takes total control over rendering, and avoids hooks being called. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Enable metatag and configure a canonical tag.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Call metatag's hooks or its _metatag_remove_duplicate_entity_tags() method.</p>
issue