This commit is contained in:
Ben Senescu 2026-06-11 09:45:44 -04:00 committed by GitHub
parent 16b92ccea3
commit 0525513b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo",
"private": true,
"sideEffects": false,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {

18
release-notes/v0.0.19.md Normal file
View File

@ -0,0 +1,18 @@
This release adds multi-project support, improves Rank Tracking and AI Citations, and makes Backlinks easier to explore.
## What's new
- Add multi-project support so each organization can manage multiple sites and switch between them.
- Add Rank Tracking trends, keyword position history, and overview stats.
- Add Share of Voice to AI Visibility so you can compare your brand against competitors.
- Add optional Ahrefs Domain Rating enrichment to backlink and referring-domain tables.
## Improved
- Improve Backlinks with server-side pagination, sorting, filters, exports, and a one-per-domain view.
- Improve Backlinks overview panels and expandable referring-domain rows.
- Make Rank Tracking setup clearer and easier to finish.
- Add option to hydrate backlink table with Ahrefs DR.
- Improve AI citation results with clearer source and prompt tables.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.18...v0.0.19