This roadmap outlines the milestones and release goals for the OpenSEO CLI tool.
- Basic project scaffold and clean architecture design.
- Abstract provider system using LiteLLM.
- Prompts managed dynamically using Markdown templates.
- BeautifulSoup4 extraction and basic rules-based analyzers.
- Config manager supporting JSON settings and per-provider overrides.
- SQLite-backed local cache store.
- Typer command modules:
init,config,provider,audit,keywords,schema,content,doctor,sitemap,robots. - Beautiful rich-based terminal output renderers.
- Integration with advanced keyword gap tools.
- Content optimization score adjustments based on SERP analysis.
- Competitor site scanning and metadata comparison.
- Bulk URL crawl/audit commands (crawling complete domain structures via sitemap index).
- Stable plugin installation and verification commands (
seo plugin install xxx). - Built-in plugins for:
- WordPress: Generate metadata & posts directly to your WordPress site.
- Shopify: Audit product page optimization directly via Shopify API.
- Vercel/NextJS: Automated CI/CD checks for page-by-page metadata compliance.
- Community plugins registry.
- Real User Monitoring / PageSpeed Insights API validation.
- Crawl budget analyses.
- Mixed HTTP/HTTPS resource and security auditing.
- Deep internal link graphs and internal pagerank simulation.
- 100% test coverage with automated unit and integration tests.
- Complete documentation site hosted at
openseo.dev. - Custom PDF/HTML reporting modules for agency handoffs.
- Production-ready, stable, extensible API.