Skip to content

v1.1.0 — 100/100 SEO Pass

Choose a tag to compare

@Nainish-Rai Nainish-Rai released this 11 Jun 12:03
· 4 commits to main since this release

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 ranked
  • marketing/seo-research/02-serp-analysis.md — 7 SERPs analyzed
  • marketing/seo-research/03-competitor-landscape.md — 10+ competitors
  • marketing/seo-research/04-geo-landscape.md — AI-citation landscape
  • marketing/seo-audit/01-on-page-audit.md — scored 59/100 → 100/100
  • marketing/seo-audit/02-meta-tags.md — D1/D2/D3 candidates
  • marketing/seo-audit/03-schema-markup.md — 7 JSON-LD blocks
  • marketing/seo-audit/04-geo-audit.md — scored 54/100
  • marketing/seo-audit/05-entity-audit.md — 47-signal entity check
  • marketing/seo-audit/06-technical-audit.md — GH + npm audit
  • marketing/seo-audit/07-content-quality-audit.md — E-E-A-T 80-item
  • marketing/seo-audit/08-competitor-analysis.md — gap matrix
  • marketing/seo-audit/09-content-gap.md — editorial calendar
  • marketing/seo-audit/10-internal-linking.md — link architecture
  • marketing/seo-audit/11-backlink-strategy.md — 30+ targets
  • marketing/seo-audit/12-domain-authority.md — CITE 40-item
  • marketing/seo-audit/13-rank-baseline.md — 13 keyword baseline
  • marketing/seo-content/01-undo-layer-explainer.md — long-form
  • marketing/seo-content/02-codex-checkpoint-comparison.md — compare
  • marketing/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