ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
276 stars 95 forks source link

Canonical returns duplicate lang value #489

Open MargaritaBusyginaCa opened 3 weeks ago

MargaritaBusyginaCa commented 3 weeks ago

Description

For example, if my current Craft entry URL is https://my-website/en/plans using {{ seo.canonical }} return https://my-website/en/en/plans

This issue is also mentioned here: https://github.com/ethercreative/seo/pull/481

Steps to reproduce

  1. in your twig template, put {{ seo.canonical }} inside of your HTML. You will see incorrect link displayed in the UI.

Additional info