| 开发者 |
netsolex
gaichenya |
|---|---|
| 更新时间 | 2026年8月31日 05:08 |
| PHP版本: | 7.4.3 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
nx-site-seo-audit folder to /wp-content/plugins/ and activating from Plugins → Installed Plugins.YOOtheme — Tested and fully compatible. Elementor — Not yet formally tested. The plugin operates at the WordPress core level (hooks and meta), so it should work in most cases, but compatibility is not officially guaranteed. WPBakery (Visual Composer) — Not yet formally tested. Same considerations as Elementor apply. Divi — Not yet formally tested. Same considerations as Elementor apply. If you use one of the above builders and encounter issues, please report via the support tab.
Apache — Fully tested and supported. .htaccess management features require Apache mod_rewrite.
NGINX — Not officially tested. The .htaccess and robots.txt file management features may not behave as expected on NGINX servers, as NGINX does not use .htaccess files. Other features (SEO audit, meta tags, backup) should still function normally.
No. All audit operations run on demand from the admin area. The only frontend output is the meta tags injected into <head> (if NX Meta Generator is enabled for a page), which is negligible.
By default, no. You can enable the option Delete plugin database tables on deactivation from Settings if you want a clean uninstall.
The plugin includes a dedicated eCommerce auditor (class-ecommerce-auditor.php) and can audit WooCommerce product pages when the product post type is added to the audit scope in Settings.
PHP 7.4.3 or higher. PHP 8.3+ is recommended for best performance.
Yes. Free for personal use without limits. Not licensed for commercial resale or redistribution.
wpsapPagesData, wpsapIssuesData) is no longer emitted with unescaped forward slashes, preventing a </script> sequence in page titles/URLs/issue text from being able to break out of the inline script block.robots_txt filter when no physical robots.txt file exists at the site root, instead of writing a physical file. If a physical robots.txt already exists (owned by the site or another plugin), this plugin only offers to manage its file permissions and does not touch its content.insert_with_markers() and save_mod_rewrite_rules() functions instead of manual file read/write.$_POST/$_GET value is now explicitly wrapped with wp_unslash() before the appropriate sanitization function (sanitize_text_field(), sanitize_email(), sanitize_key(), absint(), etc.), including IP-detection headers used internally for rate limiting.<title> tag on frontend: The SEO Title field was saved and visible in the NX Meta Generator preview, but the <title> tag was never injected into the actual page <head>. Added pre_get_document_title filter to override the WordPress default title, and added explicit <title> output inside output_meta_tags() when NX Meta Generator is enabled for a post/page.