1
0
ServicesList/robots.txt
2025-06-17 17:14:57 +02:00

12 lines
349 B
Plaintext

# robots.txt
# Prevents all robots from accessing sensitive areas
User-agent: *
Disallow: /admin/ # Block access to the admin folder
Disallow: /_conf/ # Blocks access to the configuration folder
# Optional: you can add a link to your sitemap to help bots crawl the rest efficiently.
# Sitemap: https://kvs.fyi/sitemap.xml
# End of file