From bc9eeb1ffc0127d7d3893677a943a54514af1f07 Mon Sep 17 00:00:00 2001 From: Eric Zietlow Date: Tue, 28 Oct 2025 10:21:42 -0400 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 102383b..f28a06c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,7 +80,7 @@ const config = { metadata: [ {name: 'keywords', content: 'deep learning, cybersecurity, threat detection, network security, AI, machine learning, MITRE ATT&CK, anomaly detection'}, {name: 'author', content: 'DeepTempo'}, - {name: 'robots', content: 'index,follow'}, + {name: 'robots', content: 'noindex, nofollow'}, {property: 'og:type', content: 'website'}, {property: 'og:site_name', content: 'DeepTempo Documentation'}, {name: 'twitter:card', content: 'summary_large_image'},