Hai,
I have added the canonical url to my cms pages via layout update xml field in the cms pages ..But while checking view page source,It didnot update.. Can anyone help me to resolve this issue?
Hello @agilecybersoln
Please clear cache once and try again, if it works for you
Cash has to be flush and not refreshed.
Kudos and Mark it as a Solution if it works
Hope you have added canonical url in below structured way :
<reference name=”head”> <action method=”addLinkRel”> <rel>canonical</rel><href>http://magentoportico.com/about-us/</href> </action> </reference>
If all looks good , then clear and flush cache or check it in incognito (private window) of browser and you will see URL there !
For more details refer this link - https://insync.co.in/add-canonical-urls-to-magento-cms-pages/
Hope it helps