@@ -770,9 +770,10 @@ headline: "Text with [link](OPENINGS_LINK)"
770770**Security & Protection:**
771771- ✅ Enhanced 404 page with navigation buttons and Bootstrap icons
772772- ✅ Comprehensive `robots.txt` with crawler access control
773- - Allows : Googlebot, Bingbot, Slurp with 10-second crawl delay
774- - Blocks : MJ12bot, AhrefsBot, SemrushBot, DotBot, PetalBot, DataForSeoBot
775- - Restricts : ` /images/` , `/assets/`, `/css/`, `/js/` directories
773+ - Allows : major search engines (Googlebot, Bingbot, Slurp, DuckDuckBot, etc.)
774+ - Blocks : known heavy scraper / SEO bots (AhrefsBot, SemrushBot, MJ12bot, DotBot, PetalBot, DataForSeoBot)
775+ - Avoids `Crawl-delay` (ignored by Googlebot and may trigger Search Console warnings)
776+ - Restricts : internal build artifacts only (`/_site/`, `/bin/`)
776777- ✅ Apache security configuration (`.htaccess`)
777778 - Directory browsing disabled
778779 - Security headers (X-Frame-Options, X-XSS-Protection, etc.)
@@ -970,7 +971,7 @@ headline: "Text with [link](OPENINGS_LINK)"
970971 - Test theme compatibility
971972
9729733. **Security Review:**
973- - Review `robots.txt` blocked crawlers
974+ - Review `robots.txt` blocked scraper list (and confirm sitemap URL)
974975 - Update `.htaccess` security headers
975976 - Check GitHub Pages security settings
976977
0 commit comments