From b6fbeb512405542af0aed11ca123b7ac8ee0b04d Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 13 Feb 2023 22:41:09 -0500 Subject: fix seo --- public/robots.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/robots.txt (limited to 'public/robots.txt') 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 -- cgit v1.2.3-freya