# Robots.txt for https://miniwordgame.com # Allow Bingbot and related Microsoft crawlers full access User-agent: Googlebot User-agent: Bingbot User-agent: MSNBot User-agent: BingPreview User-agent: adidxbot Allow: / # General rules for all other bots User-agent: * # Allow crawling of the entire site by default Allow: / # Disallow access to sensitive files and directories Disallow: /.htaccess Disallow: /logs/ Disallow: /tmp/ Disallow: /admin/ Disallow: /config/ Disallow: /backup/ Disallow: /*.log$ # Explicitly allow important static pages (optional but helpful for clarity) Allow: /contact Allow: /privacy Allow: /terms # Allow blog and articles Allow: /blog/ # Allow static assets Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.ico$ # Sitemap Sitemap: https://miniwordgame.com/sitemap_public_html.xml