Disable feeds, deploy a rotating trap URL, auto-block scraper IPs, and add smart bot rules to robots.txt and .htaccess—from a simple dashboard.
Free Anti-Scraping IP Blocking robots.txt .htaccess
trap_url.txtbad_bots_list.txtbad_bots_state.txtblocked_ipsfeed_links, feed_links_extra).add_action('do_feed','disable_rss_feeds',1);
remove_action('wp_head','feed_links',2);
trap_url.txt.blocked_ips and blocked (403).add_action('template_redirect','auto_block_scraper_ip');
add_action('init','block_ip_addresses');
# robots.txt entries are added programmatically
# (specific filter line omitted here)
robots.txt and validate hidden link..htaccess or robots.txt, set writable perms or apply suggested rules manually.bad_bots_list.txt.robots.txt.blocked_ips and blocked (403).Q: Can I re-enable RSS feeds?
A: Not while the plugin is active—disabling feeds is central to the strategy.
Q: Where do I edit the bad-bot list?
A: bad_bots_list.txt in the plugin folder. Toggle in settings.
Q: How do I force a new trap URL?
A: Use “Change Trap URL” on the settings page.
Q: How are blocked IPs stored?
A: Option blocked_ips in your database.
Protect your content now.
© 2024–2025 DrGlenn. All Rights Reserved.
Disclaimer: This plugin is provided for free without warranty or claims of fitness. Use with a comprehensive security program.