diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-03 05:33:26 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-03 05:33:26 +0700 |
| commit | e7f3aca07d1bd4060a02bb8c5ff91b77f798ba75 (patch) | |
| tree | 59061e68f5abf9e0446ef4809adab5fd1a6eb85d | |
| parent | 55e0b6e54a7ff0612646648fa3a5d3e7ff557ddb (diff) | |
| download | golang-id-web-e7f3aca07d1bd4060a02bb8c5ff91b77f798ba75.tar.xz | |
_content: add robots.txt
This is one of the most frequest error to the website that we observe.
| -rw-r--r-- | _content/robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/robots.txt b/_content/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/_content/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / |
