mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added robots meta tag to inline version to prevent indexing.
This commit is contained in:
parent
19f2e6dae0
commit
cb1fe80214
3 changed files with 1 additions and 8 deletions
|
@ -88,6 +88,7 @@
|
|||
window.loadingMsgsInt = setInterval(changeLoadingMsg, (Math.random() * 2000) + 1500);
|
||||
</script>
|
||||
<% if (!htmlWebpackPlugin.options.inline) { %>
|
||||
<meta name="robots" content="noindex" />
|
||||
<script type="application/ld+json">
|
||||
<% print(JSON.stringify(require("../static/structuredData.json"))); %>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue