Bisteinoff SEO Robots.txt
An easy-to-use plugin that generates and configures a proper robots.txt file, essential for effective search engine optimization (SEO).
Next Milestone 600
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| crawler | 92 | — | Tag | 11 hours ago |
| robots.txt | 114 | — | Tag | 11 hours ago |
| robots | 122 | — | Tag | 11 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 4.0.3
- Last Updated
- Dec 19, 2025
- Requires WP
- 4.6+
- Tested Up To
- 6.9
- PHP Version
- 7.0 or higher
- Author
- Denis Bisteinov
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 4
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Bisteinoff SEO Robots.txt
Disallow:
Disallow: /
Disallow: *
Disallow: /*
Disallow: */
Guide WordPress SEO
What happens when I update to version 4.0?
For regular users: Nothing changes! The plugin will automatically migrate all your settings. Everything continues to work exactly as before.
For developers: Version 4.0 introduces a complete code refactoring with modern PHP classes and namespaces. If you have custom code that references this plugin's functions, constants, or options, please review the migration information below.
Migration to v.4.0 - Information for Developers
If you have custom code that integrates with this plugin, please note these changes:
Checking for deprecation notices: All deprecated elements will trigger _doing_it_wrong() notices when WP_DEBUG is enabled. Enable debug mode to identify any issues:
define('WP_DEBUG', true);
Changed option names:
* db_robots_custom → bisteinoff_plugin_robots_custom
* db_robots_custom_google → bisteinoff_plugin_robots_custom_google
* db_robots_if_yandex → bisteinoff_plugin_robots_enable_yandex
* db_robots_custom_yandex → bisteinoff_plugin_robots_custom_yandex
* db_robots_custom_other → bisteinoff_plugin_robots_custom_other
Note: Options are migrated automatically. Old option names are removed from the database after successful migration.
Changed constants:
* DB_PLUGIN_ROBOTSTXT_VERSION → BISTEINOFF_PLUGIN_ROBOTS_VERSION
* DB_PLUGIN_ROBOTSTXT_DIR → BISTEINOFF_PLUGIN_ROBOTS_DIR
Note: Old constants remain defined for backward compatibility.
Changed functions (now deprecated):
* publish_robots_txt() → Use \Bisteinoff\Plugin\RobotsTXT\Generator::generate() instead
* db_robots_admin() → Use \Bisteinoff\Plugin\RobotsTXT\Admin::add_menu_page() instead
* db_robotstxt_admin_settings() → Use \Bisteinoff\Plugin\RobotsTXT\Admin::render_settings_page() instead
* db_settings_link() → Use \Bisteinoff\Plugin\RobotsTXT\Loader::add_settings_link() instead
Note: Deprecated functions continue to work with backward compatibility.
Action required:
Update your custom code to use the new naming conventions. All deprecated elements will be removed after Feb 16th 2027.