diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2022-10-19 22:05:02 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2022-10-19 22:05:02 -0400 |
| commit | b48afbc2c6350394671d14a4016e1f0aa4e58049 (patch) | |
| tree | 6cd2dd8f53c43305b68315e12362e643eb2c56e1 | |
| parent | 48db6b7f53bd73a7d2d89acadb18f28b7351119f (diff) | |
| download | 53hor-b48afbc2c6350394671d14a4016e1f0aa4e58049.tar.xz 53hor-b48afbc2c6350394671d14a4016e1f0aa4e58049.zip | |
fix: robots.txt
| -rw-r--r-- | robots.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ User-agent: * Crawl-delay: 120 -Disallow: / -Allow: /index.php +Disallow: /* +Allow: / |