docs: comparison page + name disambiguation + SEO metadata - #86
Merged
Conversation
Discoverability improvements (no package source changes): - New comparison page (docs/comparison) — honest "El Form vs React Hook Form, Formik & TanStack Form" with a feature matrix and when-to-pick-each guidance. Targets the "RHF alternative" / "el-form vs X" long-tail that LLMs and listicle authors cite. Every el-form claim verified against source; AutoForm generation scoped to Zod (validation stays schema-agnostic). - Name disambiguation (README + docs intro) — clarifies El Form (React) is distinct from Vue Element Plus's <el-form>, which dominates the bare term. - Docs meta SEO — richer tagline (default description), themeConfig.metadata (keywords + twitter:card), and JSON-LD SoftwareApplication via headTags so search engines/LLMs classify it as a dev tool. - Fixed the broken CI status badge URL (deprecated shields workflow endpoint). Docs build verified clean; sitemap includes the new page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discoverability improvements — all in-repo, no external publishing, no package source changes.
What
/docs/comparison) — "El Form vs React Hook Form, Formik & TanStack Form." Honest feature matrix + when-to-pick-each. Targets the winnable "RHF alternative" / "el-form vs X" long-tail that LLMs-with-search and listicle authors cite.<el-form>, which currently dominates the bare search term.tagline(default meta description),themeConfig.metadata(keywords + twitter:card), JSON-LDSoftwareApplicationviaheadTags.workflow/statusendpoint →actions/workflow/status/...ci.yml).Accuracy
An independent reviewer verified every el-form capability claim against
packages/source and flagged one overstatement (AutoForm generation is Zod-only) and one wording bug (focus-on-error is on-by-default, not opt-in) — both fixed before commit. Competitor characterizations were checked as fair and well-hedged.Verification
pnpm --filter el-form-docs buildsucceeds (no broken links); sitemap includes the new page; JSON-LD + keywords present in built output.🤖 Generated with Claude Code