rudimentary search engine optimisation (robots.txt, <meta name="robots"> in /b)
This commit is contained in:
parent
107a9a4c39
commit
41fa245150
3 changed files with 16 additions and 0 deletions
11
static/robots.txt
Normal file
11
static/robots.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This file is mirrored under /robots.txt and /static/robots.txt.
|
||||
|
||||
User-Agent: *
|
||||
|
||||
# /static does not contain any pages.
|
||||
Disallow: /static
|
||||
# /_treehouse contains system pages such as the 404 page.
|
||||
Disallow: /_treehouse
|
||||
|
||||
# In addition to this, some system pages contain a <meta name="robots" content="noindex"> tag to
|
||||
# prevent them from appearing in search results.
|
Loading…
Add table
Add a link
Reference in a new issue