Add Disallow URLs to robots.txt for uselessly crawled endpoints (#16501)
This commit is contained in:
parent
42b39da1a8
commit
a43d25f6fe
1 changed files with 2 additions and 0 deletions
|
|
@ -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") %>
|
||||
Loading…
Add table
Reference in a new issue