Add custom robots.txt which references sitemap
This commit is contained in:
parent
4976db0fba
commit
1126c16726
1 changed files with 4 additions and 0 deletions
4
layouts/robots.txt
Normal file
4
layouts/robots.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: {{ relURL "sitemap.xml" }}
|
Reference in a new issue