BestHelpTool SEO Audit & PageSpeed Scanner
| 开发者 |
besthelptool
|
| 更新时间 |
2026年7月7日 17:42 |
| PHP版本: |
5.8 及以上 |
| WordPress版本: |
7.0 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
BestHelpTool SEO Audit & PageSpeed Scanner provides an animated frontend UI to let your visitors scan any website and instantly see their performance, SEO, accessibility, and best practice metrics.
安装:
- Upload the plugin files to the
/wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' screen in WordPress.
- Add the shortcode
[besthelptool_scanner] or [besthelptool_pagespeed_scanner] to any page.
- Optional: Go to Settings -> SEO Scanner to input your own free Google PageSpeed API key or opt in to display attribution.
更新日志:
1.0.7
- Added Full Technical Report unlock button in scan results, allowing visitors to obtain comprehensive itemized reports and step-by-step fix guides.
1.0.6
- Added data-no-optimize and data-litespeed-no-delay script attributes to prevent caching plugins (LiteSpeed Cache, WP Rocket) from delaying scanner execution.
- Implemented smart polling loader (besthelptoolTryScan) to gracefully wait for script hydration without displaying alert boxes when clicked immediately after page load.
1.0.5
- Completely eliminated page redirects by replacing the HTML form tag with a container div and type="button" element.
- Refactored JavaScript execution to use a global window.besthelptoolTriggerScan handler with automatic retry hydration for Elementor and LiteSpeed Cache compatibility.
1.0.4
- Fixed JavaScript initialization when scripts are delayed or deferred by caching plugins (LiteSpeed Cache, WP Rocket, etc.).
- Added action="javascript:void(0);" and onsubmit="return false;" to scanner form to prevent page redirects on submission before script hydration.
1.0.3
- Added lightning-fast built-in local fallback scan engine when Google PageSpeed API is rate-limited on shared hosting.
- Reduced default timeout to 12 seconds for faster failover and smoother user experience.
1.0.2
- Removed all promotional links and credit branding from frontend shortcode output by default.
- Added optional admin opt-in checkbox in settings to display subtle attribution.
- Replaced inline scripts and styles with proper WordPress enqueue hooks (wp_register_style, wp_register_script, wp_enqueue_style, wp_enqueue_script, and wp_localize_script).
- Expanded all prefixes to unique 21-character namespace (besthelptool_scanner_) to eliminate any naming conflicts.
1.0.1
- Clean compliance release for WordPress.org repository.
- Documented external Google PageSpeed service.
- Namespaced all hooks and functions cleanly.