# Robots.txt for Social Games Online # Domain: socialgamesonline.org # Target: Canada (English) # Allow all web crawlers User-agent: * Allow: / # Allow access to main pages Allow: /about Allow: /games Allow: /contact Allow: /privacy-policy Allow: /terms Allow: /cookie-policy # Allow access to game catalogue Allow: /gamecatalogue/ Allow: /gamecatalogue/bicycle/ Allow: /gamecatalogue/funny_football/ Allow: /gamecatalogue/helicopter/ Allow: /gamecatalogue/forest/ Allow: /gamecatalogue/pirate/ # Allow access to assets Allow: /css/ Allow: /js/ Allow: /images/ Allow: /fonts/ # Disallow access to system files Disallow: /inc/ Disallow: /deploy*.sh Disallow: /Dockerfile Disallow: /docker-compose.yml Disallow: /nginx.template.conf Disallow: /Makefile Disallow: /README.md Disallow: /CASINO_WEBSITE_GUIDE.md Disallow: /casino-website-manual.code-workspace # Disallow access to contact form processing Disallow: /contact-submit.php # Sitemap location Sitemap: https://socialgamesonline.org/sitemap.xml # Crawl delay (optional, for polite crawling) Crawl-delay: 1 # Block access to common exploit targets Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/ Disallow: /admin/ Disallow: /administrator/ Disallow: /.env Disallow: /config/ Disallow: /backup/ # Additional security measures # Block common bot attacks User-agent: BadBot Disallow: / User-agent: ScrapBot Disallow: / User-agent: EmailCollector Disallow: / User-agent: EmailSiphon Disallow: / User-agent: WebBandit Disallow: / User-agent: EmailWolf Disallow: / User-agent: ExtractorPro Disallow: / User-agent: CopyRightCheck Disallow: / User-agent: SiteSnagger Disallow: / User-agent: ProWebWalker Disallow: / User-agent: CheeseBot Disallow: / User-agent: WebCopier Disallow: / User-agent: HTTrack Disallow: / User-agent: Microsoft.URL.Control Disallow: / User-agent: TurnitinBot Disallow: / # Comments and notes # This robots.txt file is optimized for Social Games Online # A Canadian free gaming platform focusing on family-friendly entertainment # Last updated: # For questions about crawling, contact: admin@socialgamesonline.org