π SEO Engine
π€ GEO Engine
Source Documents (RRF + ACRI Ranked)
Type any query. Watch Google's #1 get zero AI citations.
BM25 lexical scoring via PostgreSQL tsvector with TF saturation + document length normalization.
Final Score = BM25Γ0.4 + DomainAuthorityΓ0.6
TF-IDF vector search with cosine similarity, Reciprocal Rank Fusion, and ACRI re-ranking.
Token Bloat and missing Schema penalize extraction.
Your site may rank #1 on Google but get zero citations from AI.
See exactly why and what to fix.
The GEO Sandbox is API-first. All endpoints are composable:
POST /api/v1/sandbox/search β Split SEO+GEO search POST /api/v1/sandbox/generate β AI answer with citations POST /api/v1/sandbox/explain β Why was/wasn't a doc cited GET /api/v1/sandbox/extract-golden-string?domain=... GET /api/v1/sandbox/status β Index health
Example: curl -X POST https://seodiff.io/api/v1/sandbox/search -d '{"query":"best CRM"}'