New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | An easy-to-use plugin that generates and configures a proper robots.txt file, essential for effective search engine optimization (SEO). | You have to log in to add a translation. | Details |
Original untranslated
An easy-to-use plugin that generates and configures a proper robots.txt file, essential for effective search engine optimization (SEO).
You have to log in to edit this translation. |
|||
| ↑ | Bisteinoff SEO Robots.txt | You have to log in to add a translation. | Details |
Original untranslated |
|||
| <strong>Action required:</strong>↵ Update your custom code to use the new naming conventions. All deprecated elements will be removed after Feb 16th 2027. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Action required:</strong>↵
Update your custom code to use the new naming conventions. All deprecated elements will be removed after Feb 16th 2027.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Note: Deprecated functions continue to work with backward compatibility. | You have to log in to add a translation. | Details | |
Original untranslated
Note: Deprecated functions continue to work with backward compatibility.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>Changed functions (now deprecated):</em>↵ * <code>publish_robots_txt()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Generator::generate()</code> instead↵ * <code>db_robots_admin()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Admin::add_menu_page()</code> instead↵ * <code>db_robotstxt_admin_settings()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Admin::render_settings_page()</code> instead↵ * <code>db_settings_link()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Loader::add_settings_link()</code> instead | You have to log in to add a translation. | Details | |
Original untranslated
<em>Changed functions (now deprecated):</em>↵
* <code>publish_robots_txt()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Generator::generate()</code> instead↵
* <code>db_robots_admin()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Admin::add_menu_page()</code> instead↵
* <code>db_robotstxt_admin_settings()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Admin::render_settings_page()</code> instead↵
* <code>db_settings_link()</code> → Use <code>\Bisteinoff\Plugin\RobotsTXT\Loader::add_settings_link()</code> instead
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Note: Old constants remain defined for backward compatibility. | You have to log in to add a translation. | Details | |
Original untranslated
Note: Old constants remain defined for backward compatibility.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>Changed constants:</em>↵ * <code>DB_PLUGIN_ROBOTSTXT_VERSION</code> → <code>BISTEINOFF_PLUGIN_ROBOTS_VERSION</code>↵ * <code>DB_PLUGIN_ROBOTSTXT_DIR</code> → <code>BISTEINOFF_PLUGIN_ROBOTS_DIR</code> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Changed constants:</em>↵
* <code>DB_PLUGIN_ROBOTSTXT_VERSION</code> → <code>BISTEINOFF_PLUGIN_ROBOTS_VERSION</code>↵
* <code>DB_PLUGIN_ROBOTSTXT_DIR</code> → <code>BISTEINOFF_PLUGIN_ROBOTS_DIR</code>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Note: Options are migrated automatically. Old option names are removed from the database after successful migration. | You have to log in to add a translation. | Details | |
Original untranslated
Note: Options are migrated automatically. Old option names are removed from the database after successful migration.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>Changed option names:</em>↵ * <code>db_robots_custom</code> → <code>bisteinoff_plugin_robots_custom</code>↵ * <code>db_robots_custom_google</code> → <code>bisteinoff_plugin_robots_custom_google</code>↵ * <code>db_robots_if_yandex</code> → <code>bisteinoff_plugin_robots_enable_yandex</code>↵ * <code>db_robots_custom_yandex</code> → <code>bisteinoff_plugin_robots_custom_yandex</code>↵ * <code>db_robots_custom_other</code> → <code>bisteinoff_plugin_robots_custom_other</code> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Changed option names:</em>↵
* <code>db_robots_custom</code> → <code>bisteinoff_plugin_robots_custom</code>↵
* <code>db_robots_custom_google</code> → <code>bisteinoff_plugin_robots_custom_google</code>↵
* <code>db_robots_if_yandex</code> → <code>bisteinoff_plugin_robots_enable_yandex</code>↵
* <code>db_robots_custom_yandex</code> → <code>bisteinoff_plugin_robots_custom_yandex</code>↵
* <code>db_robots_custom_other</code> → <code>bisteinoff_plugin_robots_custom_other</code>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <em>Checking for deprecation notices:</em> All deprecated elements will trigger <code>_doing_it_wrong()</code> notices when <code>WP_DEBUG</code> is enabled. Enable debug mode to identify any issues:↵ define('WP_DEBUG', true); | You have to log in to add a translation. | Details | |
Original untranslated
<em>Checking for deprecation notices:</em> All deprecated elements will trigger <code>_doing_it_wrong()</code> notices when <code>WP_DEBUG</code> is enabled. Enable debug mode to identify any issues:↵
define('WP_DEBUG', true);
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you have custom code that integrates with this plugin, please note these changes: | You have to log in to add a translation. | Details | |
Original untranslated
If you have custom code that integrates with this plugin, please note these changes:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>For developers:</strong> 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. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>For developers:</strong> 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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>For regular users:</strong> Nothing changes! The plugin will automatically migrate all your settings. Everything continues to work exactly as before. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>For regular users:</strong> Nothing changes! The plugin will automatically migrate all your settings. Everything continues to work exactly as before.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| 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. | You have to log in to add a translation. | Details | |
Original untranslated
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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Migration to v.4.0 - Information for Developers | You have to log in to add a translation. | Details | |
Original untranslated
Migration to v.4.0 - Information for Developers
CommentFound in faq header. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.