diff options
| author | Bobby <[email protected]> | 2025-11-05 20:51:27 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-05 20:51:27 +0530 |
| commit | 34b97b8a1426154a25e24fb687ee3e903bfaa874 (patch) | |
| tree | d630e110b0c0acd47137cce03ceb07aa2f7ae336 | |
| parent | fbc1cab6d12505537814e1330003af0f0e741c8a (diff) | |
| download | unwordled-34b97b8a1426154a25e24fb687ee3e903bfaa874.tar.xz unwordled-34b97b8a1426154a25e24fb687ee3e903bfaa874.zip | |
Add robots.txt to allow all agents and specify sitemap
| -rw-r--r-- | robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..5d69a86 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://luciferreeves.github.io/unwordled/sitemap.xml |
