diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-12 03:15:20 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-12 03:15:20 +0300 |
commit | 8050ce1f554a54418b62e743a685420fb79d1fb1 (patch) | |
tree | 07ef4f267730172660905a7f03797be414b53a29 /_pages/robots.txt | |
parent | 3a6309694d1bcaff817a7666a55577fa77c772b0 (diff) | |
download | popov.link-8050ce1f554a54418b62e743a685420fb79d1fb1.tar.xz popov.link-8050ce1f554a54418b62e743a685420fb79d1fb1.zip |
robots.txt
Diffstat (limited to '_pages/robots.txt')
-rw-r--r-- | _pages/robots.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_pages/robots.txt b/_pages/robots.txt new file mode 100644 index 0000000..c4c4d2c --- /dev/null +++ b/_pages/robots.txt @@ -0,0 +1,10 @@ +--- +permalink: "robots.txt" +layout: null +--- + +User-agent: * +Allow: {{ site.baseurl | relative_url | uri_escape }} +Disallow: {{ "/404.html" | relative_url | uri_escape }} + +Sitemap: {{ "sitemap.xml" | absolute_url | uri_escape }}
\ No newline at end of file |