diff --git a/Gruntfile.js b/Gruntfile.js
index 25a3942a..f6f62f51 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -379,10 +379,6 @@ module.exports = function (grunt) {
src: "docs/**",
dest: "build/prod/"
},
- {
- src: "src/web/static/robots.txt",
- dest: "build/prod/robots.txt"
- }
]
}
},
diff --git a/src/web/html/index.html b/src/web/html/index.html
index 22877fd7..1e76be66 100755
--- a/src/web/html/index.html
+++ b/src/web/html/index.html
@@ -88,6 +88,7 @@
window.loadingMsgsInt = setInterval(changeLoadingMsg, (Math.random() * 2000) + 1500);
<% if (!htmlWebpackPlugin.options.inline) { %>
+
diff --git a/src/web/static/robots.txt b/src/web/static/robots.txt
deleted file mode 100644
index e29fa0ca..00000000
--- a/src/web/static/robots.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-user-agent: *
-disallow: /cyberchef.htm
-
-sitemap: https://gchq.github.io/CyberChef/sitemap.xml