# Merge 10 Game - Robots.txt # https://mergenumber.com/robots.txt # Allow all search engines to crawl the game User-agent: * # Allow resources Allow: /image/ Allow: /audio/ Allow: /*.css$ Allow: /*.html$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.mp3$ Allow: /*.ogg$ Allow: /*.wav$ # Disallow source code Disallow: /src/ Disallow: /*.js$ # Disallow development files Disallow: /doc/ Disallow: /.idea/ Disallow: /.git/ Disallow: /debug-tutorial.html Disallow: /test-avatar.html # Sitemap Sitemap: https://mergenumber.com/sitemap.xml