adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
286 stars 550 forks source link

Remove hardcoded canonical tag #289

Closed keepthebyte closed 2 years ago

keepthebyte commented 2 years ago

Expected Behaviour

https://wknd.site/us/en.html should only have one canonical tag

Actual Behaviour

Currently there are two

and

in the head.

We should remove the custom tag added customheaderlibs.html - as the Core Components now add a tag by default.

godanny86 commented 2 years ago

Agreed. Thanks @keepthebyte