Per-platform install split: /guide/install/{windows,macos,linux,raspberry-pi,vps}/ (strategy move 3) - #952
Open
ksimback wants to merge 1 commit into
Open
Per-platform install split: /guide/install/{windows,macos,linux,raspberry-pi,vps}/ (strategy move 3)#952ksimback wants to merge 1 commit into
ksimback wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…rry-pi,vps}/ (strategy move 3) Split the 157K-impression /guide/install/ page into five satellite pages, each targeting its exact GSC query shape, all claims sourced to research/docs/. The hub compresses platform sections to quick-start + link and keeps shared sections (verify, first-run, troubleshooting, MCP). - 5 hand-authored pages + 5 RAG drafts, wired into guideSources, REFRESHED_CONTENT_PATHS, rebuild-chunks triggers, llms.txt/llms-full.txt - sitemap generator now recurses under guide/ (nested pages were silently missing before) - stale claims reconciled to current official docs: native Windows is Tier 1 (not "early beta"), Intel Macs/brew/pip unsupported, Desktop installer is the recommended path, Nix is Tier 2 - new jsdom suite tests/install-platform-pages.test.js (anatomy, links, FAQ JSON-LD, hub anchors, sitemap reach, RAG + workflow registration) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ksimback
force-pushed
the
feat/install-platform-pages
branch
from
August 31, 2026 23:12
5928344 to
c5412c0
Compare
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.
Strategy move 3: per-platform install split
/guide/install/is the site's highest-impression page (1,336 clicks / 156,947 impressions / 0.85% CTR / avg position 8.12 in the 08-20 GSC snapshot) — one generic page absorbing every platform-shaped query. This PR splits it per the addendum, following the #939 pattern.New pages (each targeting its GSC query cluster)
/guide/install/windows//guide/install/macos//guide/install/linux//guide/install/raspberry-pi//guide/install/vps/Every factual claim is sourced to
research/docs/(installation.md, platform-support.md, windows-native.md, windows-wsl-quickstart.md, docker.md, desktop.md). Each page: Article + FAQPage + BreadcrumbList JSON-LD, freshness-pass-compatible phrasings, CSP-clean.Hub rework (
/guide/install/)map→home./guide/.Wiring (the full #939 checklist, no #940-style follow-up needed)
guideSources+REFRESHED_CONTENT_PATHS+rebuild-chunks.ymlpush triggers + llms.txt bullets + llms-full.txt sections — all in this PR.guide/, so nestedguide/install/<platform>/pages would have been silently absent. It now recurses (scripts/build-pages.js); committedsitemap.xmlcontains all 5 new URLs (308 total).Verification
npm test: 361 pass / 0 fail (new suitetests/install-platform-pages.test.js: page anatomy, internal-link disk resolution, FAQ JSON-LD mirroring, hub anchors + routing, sitemap reach, RAG + workflow registration;build-artifactspinned array andseo-pagesversion loop updated).gh auth token); freshness pass stamped v0.20.6 + current stars into all pages; only scoped artifacts committed (22 files — bulk regeneration left to the nightly bot).smoke-test-prod.test.jsat child exit after all 36 inner checks passed; it passes cleanly on re-run with and without this change.Out of scope
i18n install pages (addendum move 5, gated on this landing); comparison pages. No redirects needed — no URLs change.
🤖 Generated with Claude Code