How to add a canonical link to your layout in twig
0
Add this to the section of your layout:
<link rel="canonical" href="{{ url_current() | lower }}" />
Add this to the section of your layout:
<link rel="canonical" href="{{ url_current() | lower }}" />
There are no comments yet
Be the first one to comment