Linux 软件免费装
Banner图

Bisteinoff SEO Robots.txt

开发者 Denis Bisteinov
bisteinoff
更新时间 2025年12月19日 08:04
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.9
版权: GPL2

标签

google seo robots robots.txt crawler

下载

4.0 4.0.1 3.9 3.11 3.10 3.12 3.8 3.11.1 4.0.3

详情介绍:

Have you encountered an obstacle while creating and editing robots.txt file on your website? Bisteinoff SEO Robots.txt is an easy-to-use plugin that helps you generate and configure a correct robots.txt file, which is essential for search engine optimization (SEO). This file defines crawling rules for search engine bots such as Google, Bing, Yahoo!, Yandex, and others. The plugin works perfectly both if the file robots.txt has never been created or if it already exists. Once installed the plugin makes an optimized robots.txt file that includes special rules common for WordPress websites. After that you can proceed further customization specific for your own website if needed. If the plugin detects one or several Sitemap XML files it will include them into robots.txt file. No FTP access, manual coding or file editing is required that makes managing settings easy and convenient! Key Features

安装:

  1. Upload db-robotstxt folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. The plugin will automatically create a virtual robots.txt file
  4. Go to Settings > SEO Robots.txt to customize rules

屏幕截图:

  • Error message if a non-virtual file robots.txt exists and the functionality to fix it.
  • The message when the problem is fixed.

常见问题:

Will it conflict with any existing robots.txt file?

No, it will not. If the file robots.txt is found in the root folder it will not be overridden. On the Settings page you will see a notification with two options: rename or delete the existing file robots.txt. The plugin provides this functionality directly in the admin interface.

Could I accidentally block all search robots?

Once the plugin is installed it will work fine for all search engine robots. If you are not aware of the rules for fine-tuning a robots.txt it is better to leave the file as is or read first a corresponding manual to learn more about the directives used for robots.txt. Note: the following directives would block the corresponding search robot(s): Disallow: Disallow: / Disallow: * Disallow: /* Disallow: */ You should use any of these directives only if you do not want any page of your website to be accessible for crawling.

Where can I read the up-to-date guide on robots.txt?

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_custombisteinoff_plugin_robots_custom
  • db_robots_custom_googlebisteinoff_plugin_robots_custom_google
  • db_robots_if_yandexbisteinoff_plugin_robots_enable_yandex
  • db_robots_custom_yandexbisteinoff_plugin_robots_custom_yandex
  • db_robots_custom_otherbisteinoff_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_VERSIONBISTEINOFF_PLUGIN_ROBOTS_VERSION
  • DB_PLUGIN_ROBOTSTXT_DIRBISTEINOFF_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.

更新日志:

4.0 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4.2 3.4.1 3.4 3.3 3.2 3.1 3.0 2.3 2.2 2.1 2.0 1.0