aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 12:29:40 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 12:29:40 +0200
commitcd9a3bc9b10cf7363301e9a0d0b17f38ea640e0c (patch)
tree5d1d81d33316c567e59a0d3ea0dc413c97e4af47
parent1e67fa6e0bede8c055d9e4cb9bf7f97423bc9bdf (diff)
downloadit-tools-cd9a3bc9b10cf7363301e9a0d0b17f38ea640e0c.tar.gz
it-tools-cd9a3bc9b10cf7363301e9a0d0b17f38ea640e0c.tar.zst
it-tools-cd9a3bc9b10cf7363301e9a0d0b17f38ea640e0c.zip
feat(seo): added robots.txt and humans.txt
-rw-r--r--public/humans.txt4
-rw-r--r--public/robots.txt2
2 files changed, 6 insertions, 0 deletions
diff --git a/public/humans.txt b/public/humans.txt
new file mode 100644
index 0000000..d5d49e2
--- /dev/null
+++ b/public/humans.txt
@@ -0,0 +1,4 @@
+/* TEAM */
+Developer: Corentin Thomasset
+Site: https://github.com/CorentinTh
+Twitter: @cthmsst \ No newline at end of file
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..6f27bb6
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: \ No newline at end of file