Fixed robots.txt

This commit is contained in:
Your New SJW Waifu 2020-02-25 16:25:05 -06:00
parent 6422115c40
commit 02f399c03d
3 changed files with 1 additions and 16 deletions

View File

@ -8,7 +8,6 @@ npm run build
rsync -ra public/ "${TARGET}/instance/static"
cp dist/index.html "${TARGET}/instance/static/index.html"
cp robots.txt "${TARGET}/instance/static/robots.txt"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra images/ "${TARGET}/instance/static/images"
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"

View File

@ -1,6 +1,4 @@
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
User-agent: *
Disallow: /web
Disallow: /settings
@ -11,4 +9,4 @@
Disallow: /pages/DMCA.html
Disallow: /oauth
Disallow: /search
Disallow: /tag

View File

@ -1,12 +0,0 @@
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
User-agent: *
Disallow: /web
Disallow: /settings
Disallow: /login
Disallow: /user-search
Disallow: /registration
Disallow: /cgi-bin
Disallow: /pages/DMCA.html
Disallow: /oauth
Disallow: /search
Disallow: /tag