v1.1.0 — 100/100 SEO Pass
v1.1.0 — 100/100 SEO Pass
This release is mostly about discoverability — both for search engines
and for AI engines (ChatGPT, Perplexity, Gemini, AI Overviews).
The product is unchanged; the meta is sharper.
What's new
On-page SEO
- H1 rewritten to lead with the search terms: "agent-rollback:
codex undo, revert, and rollback checkpoints" - Definition block at the top: "agent-rollback is the undo
button for OpenAI Codex CLI." - Freshness header with version + date + Node version
- "Why this exists" section that links the OpenAI Codex
issues where users have been requesting exactly this feature
(#2788,
#5082,
#6449) - "How to undo a Codex change in 4 commands" — a high-priority
quotable block for AI engines - Comparison table of agent-rollback vs the alternatives
(pi-rollback, agentame, diffback, codex-revert, git stash, Cmd+Z) - 4 keyword-rich H2s for SERP/AI matching
- "Mentioned in" section placeholder for third-party citation
growth
Schema.org + AI-quotable metadata
schema.json(13 KB) at the repo root with:
SoftwareApplication,SoftwareSourceCode,TechArticle,
FAQPage,HowTo,BreadcrumbList,Organization- Inline JSON-LD in the README for direct AI extraction
- CITATION.cff for machine-readable academic citation
npm + GitHub trust signals
- package.json description rewritten to lead with the
SERP-winning keywords (D1, 149 chars) - 47 keywords reordered to surface
agent-rollback→
codex-*first - Funding field added for GitHub Sponsors
CODE_OF_CONDUCT.md(Contributor Covenant v2.1)CONTRIBUTING.md(commands, style, PR process)SECURITY.md(vulnerability disclosure + threat model)
GitHub config
- Issue templates: bug_report, feature_request, docs_or_seo
- PR template with checklist
- CI workflow: tests on Node 20 + 22, syntax check, JSON
validation, install-script dry-run - Dependabot: weekly npm + GitHub Actions updates
Research + audits (in marketing/)
14 audit reports and 4 research reports backed this release:
marketing/seo-research/01-keyword-landscape.md— 12 keywords rankedmarketing/seo-research/02-serp-analysis.md— 7 SERPs analyzedmarketing/seo-research/03-competitor-landscape.md— 10+ competitorsmarketing/seo-research/04-geo-landscape.md— AI-citation landscapemarketing/seo-audit/01-on-page-audit.md— scored 59/100 → 100/100marketing/seo-audit/02-meta-tags.md— D1/D2/D3 candidatesmarketing/seo-audit/03-schema-markup.md— 7 JSON-LD blocksmarketing/seo-audit/04-geo-audit.md— scored 54/100marketing/seo-audit/05-entity-audit.md— 47-signal entity checkmarketing/seo-audit/06-technical-audit.md— GH + npm auditmarketing/seo-audit/07-content-quality-audit.md— E-E-A-T 80-itemmarketing/seo-audit/08-competitor-analysis.md— gap matrixmarketing/seo-audit/09-content-gap.md— editorial calendarmarketing/seo-audit/10-internal-linking.md— link architecturemarketing/seo-audit/11-backlink-strategy.md— 30+ targetsmarketing/seo-audit/12-domain-authority.md— CITE 40-itemmarketing/seo-audit/13-rank-baseline.md— 13 keyword baselinemarketing/seo-content/01-undo-layer-explainer.md— long-formmarketing/seo-content/02-codex-checkpoint-comparison.md— comparemarketing/seo-content/03-how-to-undo-codex-changes.md— how-to
Install / upgrade
npm install -g agent-rollback@latest
# or
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash -s -- --all