Rebuild competitor alternative pages as SEO roundups - #34
Merged
Conversation
Rebuild the *-alternative pages as "Best [X] alternatives" roundups to better match the plural/list search intent behind the impressions Search Console shows on these terms (they were stuck on page 2 as thin vendor pages). Each page ranks CoderScreen #1 alongside real competitors with honest pros/cons, pricing, and G2 ratings. - toolsDatabase.ts: single source of truth for 11 tools (pricing, ratings, features) with downloaded logos - roundupConfig.ts: buildRoundup factory with shared sections plus per-page hero/why-us/FAQ/SEO/tool-list for all 9 pages - roundup components matching the flat, bordered landing-page style - [slug]/page.tsx branches to the roundup renderer and prefers its SEO Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
coderscreen-api | 71da234 | Jul 26 2026, 08:44 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
coderscreen-web | 71da234 | Jul 26 2026, 08:45 PM |
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.
Rebuilds the nine
*-alternativemarketing pages as "Best [X] alternatives in 2026" roundups to match the plural/list search intent behind the impressions Search Console shows on these terms, which previously landed thin single-vendor pages on page two. Each page ranks CoderScreen #1 alongside real competitors with honest pros/cons, current 2026 pricing, and third-party G2 ratings, and reuses the flat, bordered landing-page styling with a split hero and a ranked "shortlist" card. AddstoolsDatabase.tsas a single source of truth for 11 tools (with downloaded logos) androundupConfig.tswith abuildRoundupfactory that shares common sections while keeping each page's hero, why-us, FAQ, SEO, and tool list distinct. The[slug]/page.tsxroute now branches to the roundup renderer and prefers its SEO metadata, leaving the old alternative template as a fallback. LeetCode and Karat are framed honestly by category (practice tool and interview-as-a-service), and Karat shows no invented rating.🤖 Generated with Claude Code