Files
python-maze/web/static/robots.txt
2025-11-20 23:43:02 -05:00

22 lines
334 B
Plaintext

# Robots.txt for Maze Generator
# Allow all search engines to index the site
User-agent: *
Allow: /
Disallow: /api/
# Specific crawlers
User-agent: Googlebot
Allow: /
Disallow: /api/
User-agent: Bingbot
Allow: /
Disallow: /api/
# Sitemap location
Sitemap: https://yoursite.com/sitemap.xml
# Crawl delay (optional)
Crawl-delay: 1