Linux 软件免费装

noindex SEO

开发者 javiercasares
closemarketing
davidperez
jartes
robotstxt
更新时间 2026年8月18日 04:08
PHP版本: 5.6 及以上
WordPress版本: 7.1
版权: GPL-3.0-or-later
版权网址: 版权信息

标签

nofollow seo robots noindex noarchive

下载

1.0.6 1.1.0 1.1.1 1.0.0 1.0.9 1.0.8 3.1.3 1.0.10 1.0.11 1.0.3 1.0.1 1.0.2 1.0.5 1.0.7 1.0.4 1.0.12 1.2.0 2.0.0 2.0.1 3.1.1

详情介绍:

Fine-grained control over how search engines index and display your WordPress content. Apply 5 independent robots directives to 22 different page contexts with flexible implementation methods. 5 Robots Directives: Implementation Methods: Control Levels: Perfect for: Main pages Pages and Posts Taxonomies Dates Archives Pagination Search Attachments Previews Error Page Important note: if you have any doubt about any of the following items it is best not to activate the option as you could lose results in the search engines.

安装:

Automatic download Visit the plugin section in your WordPress, search for [noindex-seo]; download and install the plugin. Manual download Extract the contents of the ZIP and upload the contents to the /wp-content/plugins/noindex-seo/ directory. Once uploaded, it will appear in your plugin list.

常见问题:

Does the noindex directive remove the URL from the XML sitemap?

Yes. On WordPress 5.5 or newer, any URL that receives a noindex directive from the plugin is excluded from the core XML sitemaps (/wp-sitemap.xml), both through the global context settings and through the granular per-post / per-term overrides.

What is the difference between the HTML meta tags and the HTTP headers implementation methods?

Both send the same robots directives to search engines. The meta tag method outputs a <meta name="robots"> tag in the HTML head and is easy to verify in the page source. The HTTP header method sends an X-Robots-Tag header, which also works for non-HTML content such as PDFs, images and feeds. The "Both" method sends the two signals at the same time.

Will I lose my settings when I uninstall the plugin?

No. By default all plugin data is preserved on uninstall. If you want a complete cleanup, enable the "Delete all plugin data on uninstall" option in the settings page before removing the plugin.

更新日志:

3.1.3 Compatibility release: WordPress 4.0+ and PHP 5.6+ supported again (the classic <meta name="robots"> output covers WordPress versions without the wp_robots API, and every newer-API integration degrades gracefully). Branding moved to robotstxt.software. 3.1.2 Audit-driven maintenance release: fixed the composer-audit gate in the preflight script, un-nested the settings page forms, added load_plugin_textdomain() for the bundled translations, pinned all dev dependencies, wired up coverage measurement. 3.1.1 Security: tightened the ACL on the REST endpoints. /settings now requires manage_options; /effective is public only for published, non-password-protected posts and requires edit_post for everything else. Previous versions If you want to see the full changelog, visit the noindex SEO plugin page.