Skip to content

Commit 7b271f7

Browse files
committed
fix: don't index unlisted snaps
1 parent 2aece64 commit 7b271f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

templates/store/snap-distro-install.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
{% endblock %}
1313
{% endif %}
1414

15+
{% block extra_meta %}
16+
{% if unlisted %}
17+
<meta name="robots" content="noindex" />
18+
{% endif %}
19+
{% endblock %}
20+
1521
{% block meta_schema %}
1622
<script type="application/ld+json">
1723
{

0 commit comments

Comments
 (0)