How to setup canonical URL in Yii2

You can place a canonical URL to a page using your view file. To generate the canonical URL, we can use the canonical ( ) in the URL helper class. Also note this method consider if the current website URL is applicable to any URL rules specified and if so generate the canonical URL based on that. One catch I found with this canonical URL method is that all the parameters in the URL are captured and parsed into the generated URL....

September 24, 2015