templates/layouts/layouts_front/common/link/canonical.html.twig line 1

Open in your IDE?
  1. {% if urlPage == "https://www.sudcms.info/" or urlPage == "https://www.sudcms.info/index.php"  or urlPage == "https://www.sudcms.info/index.php/" %}
  2.     <link rel="canonical" href="https://www.sudcms.info"/>
  3. {% else %}
  4.     <link rel="canonical" href="{{ urlPage }}"/>
  5. {% endif %}
  6. <link rel="alternate" href="{{ urlPage }}" hreflang="{{ app.request.locale }}">