Dashboard
Monitor SEO scores over time. One screen. Everything you need.
Getting Started
- Sign up at indxel.com
- Create a project — use your account API key from Settings
- Push crawl results from the CLI
npx indxel-cli crawl https://mysite.com --push --api-key ixu_your_keyFeatures
Score Card
The main score card shows your current SEO score (0-100), letter grade, trend indicator, and sparkline history of previous crawls.
Diff Panel
Compares the last two crawls and categorizes issues:
- Fixed — Issues resolved since last crawl
- New — New issues introduced
- Regression — Issues that got worse
- Unchanged — Persistent issues
Page Grid
All crawled pages sorted by score (worst first). Each page shows its score, grade, and number of errors/warnings. Click a page to see its full validation report.
Cross-Page Analysis
Site-wide issues that span multiple pages:
- Duplicate titles and descriptions
- H1 issues (missing or multiple)
- Orphan pages
- Structured data summary by type
Indexation
Track which pages are indexed, pending, or failed. See retry logs for pages that needed resubmission.
Pro feature
Core Web Vitals
Track LCP, CLS, and INP by deploy. See how your performance metrics change over time.
Check History
Timeline of all audits. Each entry shows the date, score, and number of issues. Compare any two checks to see what changed.
API Key
Your account API key starts with ixu_. Find it in your account settings. One key works for all your projects.
# Set as environment variable
export INDXEL_API_KEY=ixu_your_key
# Or pass directly
npx indxel-cli crawl https://mysite.com --push --api-key ixu_your_keyPlans
| Feature | Free | Plus $19/mo | Pro $49/mo |
|---|---|---|---|
| Projects | 1 | 5 | Unlimited |
| Checks/month | 5 | Unlimited | Unlimited |
| Pages/crawl | 500 | 1,000 | 5,000 |
| Auto-indexation | — | Yes | Yes |
| Weekly monitoring | — | Yes | Daily |
| Alerts | — | Email + Slack + Webhook | |
| GSC integration | — | Yes | Yes |
| Core Web Vitals | — | Yes | Yes |
| Keyword intelligence | — | — | Yes |
| LLMO monitoring | — | — | Yes |
| API access | — | — | Yes |