← All changes
|
includes/abilities/analysis/class-run-seo-analyzer.php
+1
-1
1.30.0
→
2.9.0
View file →
| @@ -29,9 +29,9 @@ | ||
| 29 | 29 | */ |
| 30 | 30 | public function __construct() { |
| 31 | 31 | $this->id = 'thinkrank/run-seo-analyzer'; |
| 32 | 32 | $this->label = __( 'Run Site SEO Analyzer Audit', 'thinkrank' ); |
| 33 | - $this->description = __( 'Run a fresh whole-site SEO audit (Site SEO Analyzer), bypassing and refreshing the hourly cache. Returns the same payload as get-seo-analyzer: overall 0-100 score, grade, summary counts, and per-check results across Basic, Advanced, Content, Performance, and Security.', 'thinkrank' ); | |
| 33 | + $this->description = __( 'Run a fresh whole-site SEO audit (Site SEO Analyzer), bypassing and refreshing the hourly cache. Returns the same payload as get-seo-analyzer: overall 0-100 score, grade, summary counts, and per-check results across Basic, Advanced, Content, Performance, Security and GEO/AEO. A failing per-item check (meta descriptions, image alt text, and the content-sampled GEO checks) lists what fails it in affected_posts (id, title, type, edit_url, url), with affected_total counting every failing item when the list is capped.', 'thinkrank' ); | |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * {@inheritDoc} |