GEO Sandbox Micro-Google + Micro-ChatGPT

Type any query. Watch Google's #1 get zero AI citations.

Checking index...

πŸ” SEO Engine

πŸ€– GEO Engine

Source Documents (RRF + ACRI Ranked)

How It Works

πŸ” SEO Engine

BM25 lexical scoring via PostgreSQL tsvector with TF saturation + document length normalization.

Final Score = BM25Γ—0.4 + DomainAuthorityΓ—0.6

πŸ€– GEO Engine

TF-IDF vector search with cosine similarity, Reciprocal Rank Fusion, and ACRI re-ranking.

Token Bloat and missing Schema penalize extraction.

πŸ“Š The Gap

Your site may rank #1 on Google but get zero citations from AI.

See exactly why and what to fix.

πŸ”Œ API Access

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"}'