diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-29 23:25:02 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-29 23:25:02 +0200 |
| commit | d90cd73364708ef29baa0bf0df20cca8a07ab384 (patch) | |
| tree | 4d4958d7f4dc22b84a67c29460a76b1db5e3aac0 /static/robots.txt | |
| parent | 2ced78c03c19dd01a21e79bc5be0de55c3d3f7b1 (diff) | |
Add robots.txt trap for unruly crawlers
Diffstat (limited to 'static/robots.txt')
| -rw-r--r-- | static/robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..81f3588 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /wp-admin/ |
