Add Disallow URLs to robots.txt for uselessly crawled endpoints (#16501)

This commit is contained in:
Ben Halpern 2022-02-09 12:19:28 -05:00 committed by GitHub
parent 42b39da1a8
commit a43d25f6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,7 @@ Disallow: /listings*?q=*
Disallow: /mod/*
Disallow: /mod?*
Disallow: /admin/*
Disallow: /reactions?*
Disallow: /async_info/base_data
Sitemap: <%= URL.url("sitemap-index.xml") %>