Skip to content

Commit

Permalink
Add noindex,nofollow to example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 4, 2024
1 parent a6ebba0 commit 6b2f94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/layout-example-site.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{% block head %}
{# <meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' https://fonts.googleapis.com https://use.typekit.net https://p.typekit.net; img-src 'self' https://www.nationalarchives.gov.uk https://picsum.photos; font-src 'self' https://use.typekit.net https://fonts.gstatic.com"> #}
<meta name="robots" content="noindex,nofollow">
{% endblock %}

{% block stylesheets %}
Expand Down
1 change: 1 addition & 0 deletions layouts/layout-example.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{% block head %}
{# <meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' https://fonts.googleapis.com https://use.typekit.net https://p.typekit.net; img-src 'self' https://www.nationalarchives.gov.uk https://picsum.photos; font-src 'self' https://use.typekit.net https://fonts.gstatic.com"> #}
<meta name="robots" content="noindex,nofollow">
{% endblock %}

{% block stylesheets %}
Expand Down

0 comments on commit 6b2f94d

Please sign in to comment.