11 lines
216 B
Text
11 lines
216 B
Text
# robots.txt for https://monochrome.tf/
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Avoid indexing internal endpoints and auth flows.
|
|
Disallow: /functions/
|
|
Disallow: /api/
|
|
Disallow: /auth/
|
|
|
|
Sitemap: https://monochrome.tf/sitemap.xml
|