# Robots.txt for Crossword Puzzle Game
# Developed by RSK World
# https://rskworld.in

User-agent: *
Allow: /

# Allow search engines to crawl all game files
Allow: /index.html
Allow: /styles.css
Allow: /game.js
Allow: /manifest.json
Allow: /README.md
Allow: /sw.js
Allow: /icons/

# Block unnecessary files
Disallow: /*.zip$
Disallow: /*.tar$
Disallow: /*.gz$
Disallow: /admin/
Disallow: /private/
Disallow: /temp/

# Sitemap location
Sitemap: https://rskworld.in/games/html5-games/puzzle-games/crossword/crossword/sitemap.xml

# Crawl delay for respectful crawling
Crawl-delay: 1
