Skip to content

Commit

Permalink
Merge pull request #3053 from uktrade/ADD-CANONICAL-TO-INTERNATIONAL
Browse files Browse the repository at this point in the history
New canonical tag added to internatiton pages
  • Loading branch information
hal274 authored May 3, 2024
2 parents 44ad702 + 962cff1 commit 4c483a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion international/templates/international/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
{% block head_css %}
<link rel="stylesheet" href="{% static 'international_styles.css' %}">
{% endblock %}
{% block head_other %}<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC" />{% endblock %}
{% block head_other %}
<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC" />
{% endblock %}
{% block skip_link %}
<a href="#content" class="govuk-skip-link" data-module="govuk-skip-link">Skip to main content</a>
{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions international/templates/international/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% block head_title %}International {{ block.super }}{% endblock %}
{% block meta_title %}International {{ block.super }}{% endblock %}
{% block head_other %}
<link rel="canonical" href="{{ request.build_absolute_uri }}">
<meta name="description"
content="Find information to help invest within the UK" />
{% endblock %}
Expand Down

0 comments on commit 4c483a9

Please sign in to comment.