Use case
Your docs deserve organic traffic.
Open-source projects live or die by their documentation. If your docs do not rank, developers cannot find your project. Indxel validates SEO on documentation sites and ensures every page is discoverable.
Common pain points
- •Documentation pages have generic or missing meta descriptions
- •New docs pages are not indexed for weeks or months
- •No structured data on API reference or tutorial pages
- •Contributors update docs without checking SEO impact
How Indxel helps
Docs SEO validation
Validate every documentation page has a unique title, description, and canonical URL. Catch issues in PRs.
Auto-indexation
Submit new and updated docs pages to search engines automatically. Your latest docs appear in search faster.
CI/CD for docs
Add indxel check --ci to your docs build. Contributors cannot merge broken SEO into your documentation.
Free for OSS
The CLI and SDK are MIT-licensed and free forever. Built by developers, for developers.
Add to your docs CI
json
# package.json
{
"scripts": {
"docs:build": "next build",
"docs:check-seo": "npx indxel check --ci",
"docs:deploy": "npm run docs:build && npm run docs:check-seo"
}
}Start optimizing your documentation SEO.
View pricing