该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.