Skip to content

Commit 1ba6397

Browse files
authored
fix: ask google not to index noscript content (#9844)
1 parent 7b4035d commit 1ba6397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</div>
9797
{% endif %}
9898
<div class="col mx-lg-3 ietf-auto-nav" id="content">
99-
<noscript>
99+
<noscript data-nosnippet>
100100
<div class="alert alert-danger alert-ignore my-3">
101101
<b>Javascript disabled?</b> Like other modern websites, the IETF Datatracker relies on Javascript.
102102
Please enable Javascript for full functionality.

0 commit comments

Comments
 (0)