开发者 | ceewp |
---|---|
更新时间 | 2025年8月16日 22:43 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPL2 |
版权网址: | 版权信息 |
/wp-content/plugins/ceewp-robots-txt-manager
directory, or install the plugin through the WordPress plugins screen directlyNo, this plugin works with WordPress's virtual robots.txt functionality. It modifies the virtual robots.txt file that WordPress generates automatically.
By default, no. In Append Mode (default), your custom rules will be added to the existing robots.txt content, and WordPress's default rules will remain intact. However, if you enable Replace Mode, your custom rules will completely replace WordPress's default robots.txt.
Yes, you can toggle the "Replace Mode" checkbox in the plugin settings to switch between append and replace modes at any time.
If your site is set to discourage search engines (Settings > Reading > Search Engine Visibility), the plugin will respect this setting and won't add custom rules since the entire site is already disallowed.
Yes, you can add any valid robots.txt directive including User-agent, Disallow, Allow, Crawl-delay, and Sitemap directives.
You can view your robots.txt file by visiting yourdomain.com/robots.txt in your browser. The plugin also includes a direct link to view your live robots.txt file. You can also use Google Search Console's robots.txt Tester tool.
When you delete/uninstall the plugin, all custom rules and settings will be completely removed from your database. Your WordPress site will revert to using the default WordPress robots.txt. If you only deactivate the plugin (without deleting), your settings will be preserved for when you reactivate it.
Yes, the plugin works with all major caching plugins. Since robots.txt is generated dynamically by WordPress, your custom rules will be included regardless of caching.
Yes, the plugin works on both single site and multisite WordPress installations. Each site in a multisite network can have its own custom robots.txt rules.
No, the plugin has minimal impact on performance. It only runs when the robots.txt file is requested and uses WordPress's built-in filtering system efficiently.