aboutsummaryrefslogtreecommitdiff
path: root/_pages/robots.txt
blob: c4c4d2c9a75c688dcb4da25279e6e4cf42eb77df (plain) (blame)
1
2
3
4
5
6
7
8
9
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 }}