Skip to content

Commit a727833

Browse files
committed
robots.txt
1 parent 6367524 commit a727833

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ defaults:
2626
collections:
2727
faq:
2828
output: true
29-
permalink: /faq/:path/
29+
permalink: /faq/:path/
30+
31+
include:
32+
- "robots.txt"

robots.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: null
3+
---
4+
User-agent: *
5+
Allow: /
6+
7+
Disallow: /assets/css/
8+
Disallow: /assets/js/
9+
10+
Allow: /assets/images/
11+
12+
Sitemap: {{ site.url }}/sitemap.xml
13+
14+
Crawl-delay: 1

0 commit comments

Comments
 (0)