summaryrefslogtreecommitdiff
path: root/public/robots.txt
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
commitb6fbeb512405542af0aed11ca123b7ac8ee0b04d (patch)
tree8cd9a708af765c266c6810e78c68ae9003008030 /public/robots.txt
parentfix login redirect (diff)
downloadxssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.gz
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.bz2
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.zip
fix seo
Diffstat (limited to 'public/robots.txt')
-rw-r--r--public/robots.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..b1b4ec3
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,9 @@
+User-agent: Googlebot
+Disallow: /api
+
+User-agent: Googlebot
+User-agent: AdsBot-Google
+Disallow: /api
+
+User-agent: *
+Disallow: /api \ No newline at end of file