@consilioweb/payload-seo-analyzer 1.14.0 → 1.16.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 +2 -0
- package/dist/client.cjs +293 -206
- package/dist/client.js +293 -206
- package/dist/index.cjs +196 -5
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +196 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -634,6 +634,8 @@ All endpoints are prefixed with the configured `endpointBasePath` (default: `/se
|
|
|
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
636
|
| `GET` | `/ctr-opportunities` | CTR opportunities (opt-in `features.gscApi`) — well-ranked pages with low CTR → targeted meta rewrite, one-click AI |
|
|
637
|
+
| `GET` | `/health` | Module health (admin) — integration/job status + actionable warnings |
|
|
638
|
+
| `GET` `POST` | `/indexnow-key.txt` `/indexnow-submit` | IndexNow (opt-in `features.indexNow`) — proactive indexing on publish + manual batch submit |
|
|
637
639
|
| `GET` | `/history` | Score history data for trend charts |
|
|
638
640
|
| `GET` | `/sitemap-audit` | Sitemap structure audit |
|
|
639
641
|
| `GET` | `/sitemap.xml` `/sitemap-news.xml` `/sitemap-images.xml` `/sitemap-video.xml` | XML sitemaps (public) — standard + Google News (48h) + image + video |
|