Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Robots.txt Extender

Описание

A Multisite Network plugin that removes the automatic sitemap link (deprecated practice) and adds custom parameters/lines at the end of the default Robots.txt whenever called. It will enable small adjustments for each site on the network — like pointing again to specific sitemaps if needed — without sacrificing the default conventions coded to WordPress’ core. To make the adjustments, look for a text area at the end of General Settings Page.

Установка

  1. Upload the folder robotstxtextender to the /wp-content/plugins/ directory.
  2. Network Enable the plugin.
  3. Now you have a new text area on the Global Settings page.
  4. Maybe you will have to edit the .htaccess file for this plugin to work. Just add the line RewriteRule robots.txt$ index.php?robots=1 to it.

Часто задаваемые вопросы

I am getting a 404 message, or maybe the custom values are not being delivered.

Add the line RewriteRule robots.txt$ index.php?robots=1 to the .htaccess file.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Robots.txt Extender» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Robots.txt Extender» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • Initial release.