@consilioweb/payload-seo-analyzer 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -633,6 +633,7 @@ All endpoints are prefixed with the configured `endpointBasePath` (default: `/se
633
633
  | `GET` `POST` | `/gsc/*` | Google Search Console OAuth (opt-in `features.gscApi`): `status`, `auth`, `callback`, `data`, `disconnect` |
634
634
  | `POST` `GET` | `/rank-snapshot` `/rank-history` | Rank tracking (opt-in `features.gscApi`) — daily GSC position snapshots + movement over time |
635
635
  | `GET` `POST` | `/alerts-digest` `/alerts-run` | Monitoring digest (opt-in `features.alerts`) — score regressions, new 404s, ranking drops via webhook/email |
636
+ | `GET` | `/ctr-opportunities` | CTR opportunities (opt-in `features.gscApi`) — well-ranked pages with low CTR → targeted meta rewrite, one-click AI |
636
637
  | `GET` | `/history` | Score history data for trend charts |
637
638
  | `GET` | `/sitemap-audit` | Sitemap structure audit |
638
639
  | `GET` | `/sitemap.xml` `/sitemap-news.xml` `/sitemap-images.xml` `/sitemap-video.xml` | XML sitemaps (public) — standard + Google News (48h) + image + video |
@@ -643,6 +644,7 @@ All endpoints are prefixed with the configured `endpointBasePath` (default: `/se
643
644
  | `POST` | `/ai-generate` | Heuristic meta title/description generation (no API key needed) |
644
645
  | `POST` | `/ai-rewrite` | Rewrite a single meta field (Claude if `ANTHROPIC_API_KEY` set, else heuristic) |
645
646
  | `POST` | `/ai-optimize` | **AI SEO Optimize** — scan a page, propose optimized meta (Claude Opus 4.8 by default), server-validated; applied in one click from the sidebar |
647
+ | `POST` | `/ai-optimize-bulk` | **Bulk meta correction** — propose (dry-run) or apply optimized meta across many pages at once; powers the dashboard preview/export/apply |
646
648
  | `GET` `POST` | `/alt-text-audit` `/ai-alt-text` | **AI image alt-text** (Claude vision, `features.aiFeatures`) — list images missing alt, generate + apply |
647
649
  | `POST` | `/ai-content-brief` | **AI content brief** (`features.aiFeatures`) — outline, entities, questions, word count for a keyword |
648
650
  | `GET` | `/cannibalization` | Detect keyword cannibalization |