update robots.txt to only exclude specific subdirectories of /static
This commit is contained in:
parent
2e14197fd1
commit
1e3a1f3527
|
@ -4,8 +4,13 @@ User-Agent: *
|
||||||
|
|
||||||
Allow: *
|
Allow: *
|
||||||
|
|
||||||
# /static does not contain any pages.
|
# Some /static subdirectories are not crucial to rendering content and should not be crawled by bots.
|
||||||
Disallow: /static
|
Disallow: /static/chat
|
||||||
|
Disallow: /static/font
|
||||||
|
Disallow: /static/js
|
||||||
|
Disallow: /static/syntax
|
||||||
|
Disallow: /static/text
|
||||||
|
Disallow: /static/wasm
|
||||||
# /_treehouse contains system pages such as the 404 page.
|
# /_treehouse contains system pages such as the 404 page.
|
||||||
Disallow: /_treehouse
|
Disallow: /_treehouse
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue