Files
python-maze/web/static/robots.txt

22 lines
340 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://maze.santhoshj.com/sitemap.xml
# Crawl delay (optional)
Crawl-delay: 1