From 5b061e98159e8add78ed34089ed3d6c93fee997e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20G=C3=B6bel?= <dgoebel@techfak.uni-bielefeld.de> Date: Thu, 18 Jan 2024 16:22:35 +0100 Subject: [PATCH] Add information for search engines #88 --- index.html | 3 ++- public/robots.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/robots.txt diff --git a/index.html b/index.html index cfd22a8..9723102 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ <meta charset="UTF-8"/> <link rel="icon" href="/favicon.ico"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <title>CloWM</title> + <title>CloWM - Cloud-based Workflow Manager</title> + <meta name="description" content="The Cloud-based Workflow Manager (CloWM) is a service hosted at Bielefeld University that can transform your Nextflow workflow into a public webservice and provide compute and storage resources for executing your registered workflow"/> <script src="/env.js"></script> </head> <body> diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..425b900 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /dashboard +Allow: /login -- GitLab