# Standard robots.txt for evsegeek.com # Allow Googlebot, Bingbot, SEMrush, AhrefsBot, SimilarWebBot, and other good bots to crawl User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: AhrefsBot Allow: / User-agent: SemrushBot Allow: / User-agent: SimilarWebBot Allow: / # Allow other good bots to crawl User-agent: * Allow: / # Disallow all bots from specific sensitive URLs and file types Disallow: /*.html$ Disallow: /*.shtml$ Disallow: /*.htm$ Disallow: /*?e= # Disallow access to sensitive or private files Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-config.php Disallow: /.htaccess # Disable crawling of directories (avoid indexing uploads, etc.) Disallow: /wp-content/uploads/ # Sitemap location Sitemap: https://evsegeek.com/sitemap.xml